You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
combine_channels function to combine fluxes of adjacent energy channels of EPT or HET has been added with v0.3.2 (for level-2 data). In principle, this would be nice to have for STEP and EPT level-3 data as well.
For STEP, the problem is that a lot of channel energy ranges overlap:
protons/ions
old data: all!
new data: 1st 24
electrons
old data:
per pixel: none
averaged: 1st 9
new data: 1st 3
For EPT L3, electron and proton data are in the same Dataframe, and the energy metadata is slightly different (mean, delta_plus & delta_minus instead of low_energy & bins_width), so there are some adjustments needed (e.g., the particle type needs then to be defined when calling combine_channels).Done
The text was updated successfully, but these errors were encountered:
jgieseler
changed the title
Add STEP support for combine_channels
Extend combine_channels support for more EPD datasets
Dec 20, 2024
jgieseler
changed the title
Extend combine_channels support for more EPD datasets
Extend combine_channels support for more EPD datasets (STEP, EPT L3)
Dec 20, 2024
jgieseler
changed the title
Extend combine_channels support for more EPD datasets (STEP, EPT L3)
Extend combine_channels support for more EPD datasets (STEP, ~EPT L3~)
Jan 24, 2025
jgieseler
changed the title
Extend combine_channels support for more EPD datasets (STEP, ~EPT L3~)
Extend combine_channels support for more EPD datasets (STEP, EPT L3)
Jan 24, 2025
combine_channels
function to combine fluxes of adjacent energy channels of EPT or HET has been added with v0.3.2 (for level-2 data). In principle, this would be nice to have for STEPand EPT level-3data as well.For STEP, the problem is that a lot of channel energy ranges overlap:
For EPT L3, electron and proton data are in the same Dataframe, and the energy metadata is slightly different (mean, delta_plus & delta_minus instead of low_energy & bins_width), so there are some adjustments needed (e.g., the particle type needs then to be defined when callingDonecombine_channels
).The text was updated successfully, but these errors were encountered: