-
Notifications
You must be signed in to change notification settings - Fork 3
Continuum test #191
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
Continuum test #191
Conversation
…d N2. Also padded inproperly sized submaps using np.pad.
…Passes tests locally.
Refactored tests into separate file within testing folder, created te…
…_flare_check can work properly
…me series test data from .parq to .ecsv
Category splitting
samaloney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good - just a few small suggestions, questions.
arccnet/visualisation/data.py
Outdated
| aia_map = np.zeros(hmi_map.data.shape) | ||
| ax = fig.add_subplot(nrows, ncols, i + 1) | ||
| ax.imshow(np.sqrt(aia_map.data), cmap=f"sdoaia{wv}") | ||
| ax.imshow(np.sqrt(aia_map.data), cmap=cmap) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why take the sqrt of 0? in fact I think you can just create and empty plot and set the text.
… frames once anim was plotted, and skip bad runs.
samaloney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Completed HMI no limb dark continuum replacement of AIA 4500 Å, added some functionality for tracking empty drms dataframes but this is WIP.