You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When astrodata reads a FITS file with a wavelength axis, the units (from CUNITj) are stored but not changed. However, DRAGONS assumes that the units of wavelength axes are nm, without checking.
So we have to implement one of two things:
Convert units at read time to nm
Wherever a wavelength is determined from the WCS, its units have to be checked and converted to nm if necessary
Clearly 1 is easiest; 2 is a pain (which is why we didn't do this originally).
The text was updated successfully, but these errors were encountered:
When astrodata reads a FITS file with a wavelength axis, the units (from CUNITj) are stored but not changed. However, DRAGONS assumes that the units of wavelength axes are nm, without checking.
So we have to implement one of two things:
Clearly 1 is easiest; 2 is a pain (which is why we didn't do this originally).
The text was updated successfully, but these errors were encountered: