Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Oct 9, 2024
1 parent befba47 commit a1aa58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabio/app/eiger2crysalis.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def common_headers(self):
headers["drealpixelsizey"] = nxdetector["y_pixel_size"][()] * 1e3
headers["dxorigininpix"] = nxdetector["beam_center_x"][()]
headers["dyorigininpix"] = nxdetector["beam_center_y"][()]
headers["ddistanceinmm"] = nxdetector["detector_distance"][()] * 1e3
headers["ddistanceinmm"] = nxdetector["detector_distance"][()] * 1e3
headers["dexposuretimeinsec"] = nxdetector["count_time"][()]
wavelength = entry["instrument/beam/incident_wavelength"][()]
else:
Expand Down

0 comments on commit a1aa58b

Please sign in to comment.