Skip to content

Added PHI-HRT Stokes plotting to the PHI plotting example#12

Open
JonasSinjan wants to merge 2 commits intoSolarOrbiterWorkshop:mainfrom
JonasSinjan:main
Open

Added PHI-HRT Stokes plotting to the PHI plotting example#12
JonasSinjan wants to merge 2 commits intoSolarOrbiterWorkshop:mainfrom
JonasSinjan:main

Conversation

@JonasSinjan
Copy link
Contributor

  • Added the HRT field stop fits file in examples/data to mask out the edges during the cases where we have the full FoV HRT stokes data
  • Added loading function for the field stop
  • Added plotting function to plot both the old and new HRT stokes format for a given wavelength position

@JonasSinjan
Copy link
Contributor Author

Ah the build failed due to timeout. I suspect this is because the hrt-stokes files are quite large (400MB each) that need to be downloaded.

Not sure how to get around this.


fig, (ax1, ax2) = plt.subplots(2,2, figsize = (15,12))

assert stokes.ndim == 4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edge case but asserts aren't always raised python -O

the field stop of the HRT telescope.
"""
if path is None:
path = "./data/HRT_field_stop.fits"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file up/downloaded as part of this- if not maybe just require the path?

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

Successfully merging this pull request may close these issues.

2 participants