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
The current SPICE FITS files include "WCSDVARR" ImageHDUs to represent additional distortion information (see the draft WCS IV paper). Distortion from the instrument optics is already corrected in SPICE L2 FITS files, but the additional distortion in the WCSDVARR HDUs is the one that comes from spacecraft pointing changes, as obtained by the pipeline from the Solar Orbiter SPICE kernels.
#208 was about fixing the SPICE reader so that it does not fail on SPICE FITS files including HDUs for additional distortion information. This fix has been implemented by ignoring the WCSDVARR HDUs.
The SPICE FITS file reader should have the option to take into account this information instead of ignoring it.
Proposed solution
How this should be done, and whether this should be part of sunraster or of a SPICE-specific package is still unclear. A possibility is to reproject on a non-distorted grid, but this has drawbacks, and it requires deciding what to do in problematic cases (e.g. when pointing jitter in the scanning direction is larger than the raster step).
The text was updated successfully, but these errors were encountered:
Describe the feature
The current SPICE FITS files include "WCSDVARR" ImageHDUs to represent additional distortion information (see the draft WCS IV paper). Distortion from the instrument optics is already corrected in SPICE L2 FITS files, but the additional distortion in the WCSDVARR HDUs is the one that comes from spacecraft pointing changes, as obtained by the pipeline from the Solar Orbiter SPICE kernels.
#208 was about fixing the SPICE reader so that it does not fail on SPICE FITS files including HDUs for additional distortion information. This fix has been implemented by ignoring the WCSDVARR HDUs.
The SPICE FITS file reader should have the option to take into account this information instead of ignoring it.
Proposed solution
How this should be done, and whether this should be part of sunraster or of a SPICE-specific package is still unclear. A possibility is to reproject on a non-distorted grid, but this has drawbacks, and it requires deciding what to do in problematic cases (e.g. when pointing jitter in the scanning direction is larger than the raster step).
The text was updated successfully, but these errors were encountered: