Skip to content

Commit

Permalink
second time lucky
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball committed Jan 16, 2025
1 parent 2f72955 commit 0c73c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ImageD11/sinograms/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def import_motors_from_master(self):
dty_unit = hin[scan]["instrument/positioners"][self.dtymotor].attrs['units']
except KeyError:
logging.warning('No units for dty, assuming microns!')
dty_unit = 'um'
if dty_unit == 'mm':
dty_is_mm = True
if len(dty.shape) == 0:
Expand Down

0 comments on commit 0c73c81

Please sign in to comment.