We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4b2f1 commit 6376fd0Copy full SHA for 6376fd0
src/fastcs_odin/controllers/odin_data/frame_processor.py
@@ -80,6 +80,8 @@ class FrameProcessorAdapterController(OdinDataAdapterController):
80
file_prefix: AttrRW[str]
81
acquisition_id: AttrRW[str]
82
process_frames_per_block: AttrRW[int]
83
+ process_blocks_per_file: AttrRW[int]
84
+ frames: AttrR[int]
85
86
frames_written = AttrR(
87
Int(),
0 commit comments