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
In #2012 , custom writer we added to write out fitted 3D cube only serializing SCI and MASK extensions in FITS file. If the cube has uncertainty, that also should be serialized out to the file. Usually, the order goes like this:
Primary header
SCI
UNCERT
MASK
Some telescope use ERR, IVAR, VAR (and so on) instead of UNCERT. I do not know of any official global convention for this.
Care also needs to be given to automatically translate different uncertainty types in this writer into a valid FITS HDU that can be read in exactly the same (roundtripping).
Currently, a lot of operations do not propagate uncertainty, so probably not high priority to implement? Nice to have in case someone has a cube with the uncertainty and wants to use this writer (outside of Cubeviz plugin).
DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter. If any information is incorrect, please contact Duy Nguyen
The text was updated successfully, but these errors were encountered:
Reporter: pllim
In #2012 , custom writer we added to write out fitted 3D cube only serializing SCI and MASK extensions in FITS file. If the cube has uncertainty, that also should be serialized out to the file. Usually, the order goes like this:
Some telescope use ERR, IVAR, VAR (and so on) instead of UNCERT. I do not know of any official global convention for this.
Care also needs to be given to automatically translate different uncertainty types in this writer into a valid FITS HDU that can be read in exactly the same (roundtripping).
Currently, a lot of operations do not propagate uncertainty, so probably not high priority to implement? Nice to have in case someone has a cube with the uncertainty and wants to use this writer (outside of Cubeviz plugin).
Also see:
wcs1d-fits
loader for multi-D WCS astropy/specutils#1009🐱
DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter. If any information is incorrect, please contact Duy Nguyen
The text was updated successfully, but these errors were encountered: