-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add support for Solar Orbiter PHI instrument #352
base: main
Are you sure you want to change the base?
Add support for Solar Orbiter PHI instrument #352
Conversation
Images may need to be rotated. If north is up, then those active regions are at very high latitudes! |
Can WCS processing be implemented in the web client? That is, CRVAL/CRPIX/CROTA etc. |
I think it would be a big change since a lot of code was written with the assumption that the jp2's would already be centered and rotated. It's worth an exploration, but I don't have time to look into it yet. |
EUI images are also like that, the proper orientation is achieved via WCS keywords. |
The discussion on WCS in helioviewer is here: |
Hit a roadblock trying to support client side rotation. The problem is that to make screenshots, we extract tiles from an unrotated jp2 image. kakadu doesn't support extracting information this way. I can't think of a way to make this work. Something like
runs into issues. So I think what we have to do is rotate the images during data ingestion. |
This patch adds support for SOLO's PHI FDT-BLOS, FDT-ICNT, HRT-BLOS, and HRT-ICNT images.
TODO: