-
Use the Eiger, Zebra, and vector objects to create scan objects to be used for all of the scans. As a model, see what was done at SRX: https://github.com/NSLS-II-SRX/profile_collection/pull/19/files#d…
-
Can we remove the file hander in 92-handler.py?
https://github.com/NSLS-II-CHX/profile_collection/blob/master/startup/92-handler2.py
The [last two lines](https://github.com/NSLS-II-CHX/profile_col…
-
The Eiger4M is configured (sometimes) for acquisitions to be triggered by signals from SoftGlue. Configure the ophyd Device for these PVs and triggering setup.
-
Eiger detectors provide a LUT as part of their metadata for the deadtime correction. The deadtime is normally applied by the detector, but this can be switched off. Switching it off allows for Poisson…
-
It would be good if some of the datasets in the `*_meta.h5` file for Eiger had attributes indicating the units:
`detector_readout_time` in `s`
`threshold_energy` in `eV`
`photon_energy` in `eV`
-
It would be good to add a template component for eigervds with shape read from tango server. The current hard-coded version does not work with user defined ROIs (where image shape is smaller)
-
When closing the file, I can still access the data (lazy loading). According to the [documentation](https://docs.h5py.org/en/stable/high/file.html#closing-files) data objects become inaccessible after…
-
Extends #506
Plans that have parameters of e.g.
```python
def foo_plan(thing: TypedThing):
...
```
where
```python
class TypedThing(TypedDict):
x: Readable
```
or
```pyth…
-
Detectors have limits on the number of characters that can be used in sample prefixes. The ispyb limit is 45.
Pilatus is 23
Eiger is 100
We should keep this in mind with detector devices and …
-
As far as I can tell there is a fundamental assumption in dxtbx of no more than one scan per input file:
https://github.com/cctbx/cctbx_project/blob/cc0cfc8ea0d3a8b1a230feac88b2226163695f62/dxtbx/d…