Skip to content

Commit

Permalink
Supporting step_and_glue
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiisoup committed Oct 29, 2024
1 parent 9ac7c7c commit e82e5b7
Show file tree
Hide file tree
Showing 4 changed files with 4,765 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sif_parser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def extract_calibration(info):
found.
None if no calibration is found
"""
width = info['DetectorDimensions'][0]
width = info['ImageLength']
# multiple calibration data is stored
if 'Calibration_data_for_frame_1' in info:
calibration = np.ndarray((info['NumberOfFrames'], width))
Expand Down
Loading

0 comments on commit e82e5b7

Please sign in to comment.