-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Describe the feature
Recently the solar orbiter archive now has FoV metadata information available for all files via TAP for several remote sensing instruments and sensors:
- EUI L2 HRI174 and HRI1216
- PHI L2 HRT
- SPICE L2
Detailed information about the columns including descriptions is available via the TAP tables page published at:
https://soar.esac.esa.int/soar-sl-tap/tap/tables
- v_spice_fov
- v_eui_hri_fov
- v_phi_hrt_fov
Using standard metadata requests it is possible to retrieve FoV information about a given file or set of files:
For example for a given file:
But of course it is also possible to query on any column in the table. There are a few indexes in the columns
With this information it makes it 'quite easy' to make beautiful plots without the knowing the details and internal metadata of each instruments FITS files like:
It could be nice to expose some of this functionality from the soar-sunpy package and also create some nice examples in the galleries
Proposed solution
Consider exposing some of this functionality via the soar-sunpy package and even creating a nice gallery


