-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
As a user I'd like to use a DAE in scans.
This ticket aims to deliver user-facing DAE device(s) which cover the "simple" scientific use-cases - but not necessarily all possible use-cases.
The basic signals (but no real functionality) will have been added in #9 - that needs to be completed first.
Acceptance criteria
- Can create a DAE object which can be used as a detector in any scan plan in a way that "makes sense" for end-users.
- Note: this implies it needs to implement at least
ReadableandTriggerable)
- Note: this implies it needs to implement at least
- Can choose the run behaviour between the two typical "simple" cases:
- One period per point
- One run per point
- Implementation note: this likely implies two classes - The period-per-point DAE needs to start/stop DAE runs in
stage/unstageand therefore additionally needs to be anAsyncStageable.
- Can configure DAE parameters (tables, periods, tcbs, etc)
- The signals for all of these things will already have been added - just need to make sure those signals remain accessible and with a sensible interface for plans to use them.
- Can configure basic "local" parameters such as:
- How long to count for at each point (uamps/frames/events/seconds/etc). For this issue, don't consider "custom" counting conditions.
- Whether to end runs or abort them
- Which detectors to integrate counts from (for this issue - assume a small, explicit list of detectors)
- Which monitors to integrate counts from (for this issue - assume a small, explicit list of monitors)
- We may choose to accept some or all of the above via the
Preparableprotocol or similar.
- Summed detector and monitor counts are available
- For this issue, do not consider time-of-flight bounds or any processing beyond a simple summation on detector or monitor spectra. That will be the subject of a future issue.
- Normalized detector counts are available
- For this issue, do not worry about implementing uncertainties or uncertainty propagation on counts. That will be the subject of a future issue.
- For this issue do not consider "custom" normalization. That will be the subject of a future issue. Only implement the simple case of dividing detector counts by monitor counts.
Discussed in planning 05/09/24
43:45