sunpy / sunraster

A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.
BSD 2-Clause "Simplified" License
20 stars 25 forks source link

correcting units in spice.py #254

Closed grahamkerr closed 10 months ago

grahamkerr commented 10 months ago

The units of the SPICE level 2 were hardcoded in spice.py as u.adu, whereas these can be obtained from the fits header (L2 should be W/m^2/sr/nm. The u.adu was causing some issues when dealing with NDUncertainty.

nabobalis commented 10 months ago

Thanks @grahamkerr, I will get a bugfix release out now.