Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Nov 4, 2024
1 parent e5648eb commit 0f50a3e
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 @@ -59,7 +59,7 @@ class SpectrographObservation(
spd=obs.outputs,
wavelength=obs.inputs.wavelength.mean(obs.axis_time),
axis=obs.axis_wavelength,
spd_min=0 * u.DN,
spd_min=0 * u.DN / u.s,
spd_max=np.nanpercentile(
a=obs.outputs,
q=99,
Expand Down

0 comments on commit 0f50a3e

Please sign in to comment.