Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keara-soloway committed Oct 11, 2024
1 parent dd60162 commit 9e396a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHAP/edd/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def read(self, filename, dataset_id, detectors=None):
scan_shape = (*scan_shape,
len(fly_axis_values[fly_axis_labels[-1]]))
attrs['fly_axis_labels'] = fly_axis_labels
attrs['unstructured_axes_labels'].extend(fly_axis_labels)
attrs['unstructured_axes'].extend(fly_axis_labels)

# Set up the single unstructured dataset coordinate
dataset_npts = len(dataset_lines) * scan_npts
Expand Down

0 comments on commit 9e396a8

Please sign in to comment.