-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Query SOAR FoV Metadata for L2 Remote sensing instruments EUI, PHI and SPICE #141
Comments
This is great @JonCook ! thanks for advertising that these tables are now available. |
We should make this a gallery example. @NucleonGodX can we add that to the gsoc list? |
If it helps @nabobalis - I have some code which makes the first plot using TAP requests. Perhaps it could be useful to get started. I'm sure it can be cleaned up a lot |
That would be great! Thank you @JonCook |
Alright, lets do that. |
Here it is, it is a bit 'rough', but this is the python to produce the first image in the example using TAP requests.. It also assumes you have the FITS files in question downloaded.
Thanks here to @hayesla and others. I just changed a bit here where we get the values from. We also have the code for generating the earth view and positional images, but I did not update it yet to work with TAP Thanks |
Hi @nabobalis and @NucleonGodX - just wondered if work continues here or it got frozen? Thanks |
Hi @JonCook, the GSoC project has ended so I am not sure any more work will continue on this in the short term. We did this issue: #143 (comment) but we were not able to come up with a solution. |
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:
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
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:
As well as earth perspective:
And positional:
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
The text was updated successfully, but these errors were encountered: