-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 SAA, eclipse and flare flag in RHESSISummaryTimeSeries #124
Comments
I have changed the parse_observing_summary_hdulist in rhessi.py but i can not visualize the output can anyone help. |
Hi @Abinash-bit, what do you mean by visualize the output? |
Some thoughts
|
Further, that the flare flags appearing in the RHESSI quicklook plots are taken from the RHESSI flare list and not from the flare info in these summary files, as what is called the flare flare is just all 0. Specifically in sswidl So to have this functionality in python need to read the flare list, search and return particular flag info - it seems this hasn't been implemented yet as per #36 ? |
Describe the feature
It would be useful, when accessing the count rates from the RHESSI Summary observation files, to also get the most useful flags (to my opinion those are the SAA, eclipse and flare flags).
Proposed solution
As far as I understood the reading of this info will be done in the function
parse_observing_summary_hdulist
and this is how I accessed it (by imitation of the way the countrates are read):One thing to note is that the time is redefined for the flags - I imagine that it should be the same time array as the one defined for the countrates, but since it is defined again for the flag, I guess that should be checked. Or maybe providing the two time arrays is not a problem.
The text was updated successfully, but these errors were encountered: