Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPICE reader: take into account additional distortion information #216

Open
ebuchlin opened this issue Oct 9, 2022 · 0 comments
Open

SPICE reader: take into account additional distortion information #216

ebuchlin opened this issue Oct 9, 2022 · 0 comments

Comments

@ebuchlin
Copy link
Contributor

ebuchlin commented Oct 9, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant