Skip to content

Releases: NSLS2/ADTucam

v1.0.0

24 Dec 14:39

Choose a tag to compare

Updated with many new features:

  • Proper hardware and software triggering
  • Unit testing various complex use-cases
  • New EPICS records for more control over image processing and camera capturing

Note

This has only been tested on the AXIS-SXRF-40. It has the Tucsen Dhyana 4040BSI camera electronics and uses the TUCAM SDK to interact with the camera. We use a CameraLink connection and the ActiveSilicon FireBird frame grabber (model number: AS-FBD-1XCLD-2PE4). You must download and install the required software separately.

Warning

There are still some issues that are not resolved with the TUCAM SDK.

  • Timeouts on waitForFrame don't always work (we have a separate timeout thread as a fallback)
  • Software triggering is completely unreliable and suffers waiting forever for the frame to arrive

v0.1.0

16 Jun 18:01

Choose a tag to compare

Version in production at NSLS-II's CSX beamline for their Dhyana 4040BSI camera.

For an Ophyd device implementation, please see https://github.com/NSLS2/csx-profile-collection/blob/main/startup/csx1/devices/areadetector.py#L629 (may be moved in the future).

Full Changelog: https://github.com/NSLS2/ADTucam/commits/v0.1.0