Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Nov 5, 2024
1 parent b62f60e commit 607ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris/sg/_spectrograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def empty(
shape = na.broadcast_shapes(shape_base, shape_wcs)
outputs = na.ScalarArray.empty(shape) << u.DN

shape_timedelta = shape_base | {axis_wavelength: shape_wcs[axis_wavelength]}
shape_timedelta = shape_base | {axis_detector_x: shape_wcs[axis_detector_x]}
timedelta = na.ScalarArray.empty(shape_timedelta) * u.s

wavelength_center = na.ScalarArray.empty(shape_base) << u.AA
Expand Down

0 comments on commit 607ab7f

Please sign in to comment.