Skip to content
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

Extend combine_channels support for more EPD datasets (STEP, EPT L3) #29

Open
jgieseler opened this issue Jul 21, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@jgieseler
Copy link
Owner

jgieseler commented Jul 21, 2023

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

@jgieseler jgieseler added the enhancement New feature or request label Jul 21, 2023
@jgieseler jgieseler changed the title Add STEP support for combine_channels Extend combine_channels support for more EPD datasets Dec 20, 2024
@jgieseler 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
Copy link
Owner Author

EPT L3 support development started with fb7140c. For now, the function recognizes the data and raises an exception.

@jgieseler
Copy link
Owner Author

EPT L3 support finished with 87a9506

@jgieseler 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant