serpentine-h2020 / SEPpy

A compendium of Python data loaders and analysis tools for in-situ measurements of Solar Energetic Particles (SEP)
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Implemented EPHIN5/EPHIN15 data reading and onset tool compatibility. #20

Closed Christian-Palmroos closed 1 year ago

Christian-Palmroos commented 1 year ago

Use either sensor="EPHIN-5" or sensor="EPHIN-15" to load the Histogram data product to the Event object. Event.print_energies() shows the two available channel indices (5 and 15) and their corresponding energy ranges. Event.find_onset() works as usual with the input described in this pull request.