Skip to content

Commit

Permalink
Report binning method in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jun 24, 2024
1 parent 8e4d932 commit cfd87be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rockit/camera/qhy/outputprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def output_process(process_queue, processing_framebuffer, processing_framebuffer
('CAM-PRES', round(frame['cooler_pressure'], 1),
'[hPa] sensor pressure at end of exposure'),
('CAM-BIN', frame['binning'], '[px] binning factor'),
('CAM-BMET', frame['binning_method'].upper(), 'binning method (SUM or MEAN)'),
('CAM-WIND', format_sensor_region(window_region), '[x1:x2,y1:y2] readout region (detector coords)'),
image_region_header,
bias_region_header,
Expand Down

0 comments on commit cfd87be

Please sign in to comment.