-
-
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
Plotting "Corrected" RHESSI Hard X-Ray emission light curve #132
Comments
From Albert: The corrected rates are not in the FITS file, so we would need to re-implement the algorithm in Python. |
My description of the algorithm from the thread:
|
Don't the corrected rates also take into account decimation as well - the above seems to be mostly focused on the attenuators. And neither of these are currently being done by As the fits files do contain the front and rear decimation weights as a function of time as part of the flags, i.e.
is this relatively "easy" to partially correct for as we just have to multiply the energy bins by these weights? Lower energy bins by decimation weight, the higher by the rear rate - though the sswidl code looks a bit more complicated..... |
Describe the feature
Hi. You can refer to the issue here in my chat with ayshih. I noticed that there is no feature in SunPy to plot the "Corrected" RHESSI Hard X-Ray emission light curve. It would be useful to have it. Thank you.
The text was updated successfully, but these errors were encountered: