Skip to content

Commit

Permalink
Ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed May 25, 2024
1 parent 012c98b commit ad75ae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/src/eiger_detector/data/eiger_meta_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ def _define_detector_datasets(self):
# Datasets received on arm
Int64HDF5Dataset(SERIES, cache=False),
Float32HDF5Dataset(COUNTRATE, rank=2, cache=False),
Float32HDF5Dataset(FLATFIELD, shape=self._sensor_shape, rank=2, cache=False),
Float32HDF5Dataset(
FLATFIELD, shape=self._sensor_shape, rank=2, cache=False
),
Int32HDF5Dataset(MASK, shape=self._sensor_shape, rank=2, cache=False),
Int64HDF5Dataset(dectris(AUTO_SUMMATION), cache=False),
Float64HDF5Dataset(dectris(BEAM_CENTER_X), cache=False),
Expand Down

0 comments on commit ad75ae1

Please sign in to comment.