sunpy / sunkit-instruments

A SunPy-affiliated package for solar instrument-specific tools.
https://docs.sunpy.org/projects/sunkit-instruments/
BSD 3-Clause "New" or "Revised" License
11 stars 14 forks source link

Add the ability to provide "corrected" rhessi count rates #20

Open ehsteve opened 10 years ago

ehsteve commented 10 years ago

A standard data product from rhessi are "corrected" count rates. These rates remove a number of instrumental affects from the summary count rate product. The implementation exists in IDL and can be found here http://hesperia.gsfc.nasa.gov/ssw/hessi/idl/qlook_archive/hsi_obs_summ_rate__define.pro. All of the information necessary to perform this exists in the observing summary files which can be downloaded using sunpy.instr.rhessi.get_obssumm_file(). Corrected count rates should be added to the output of sunpy.instr.rhessi.parse_obssumm_file() function.

dstansby commented 4 years ago

What's the status of this re. our discussions about the instr package this week? As far as I interpret things, we shouldn't be adding anything new to instr.

wtbarnes commented 4 years ago

For proposed functionality like this, I think we should transfer these issues to the new repo rather than close them.

dstansby commented 4 years ago

Can someone who has the right permissions move this to https://github.com/sunpy/sunkit-instruments?