Note that for EPILO the energy tables have been changed on June 14, 2021! That is, the energy values for each channel are different before and afterwards. Maybe the energy channel selection has to be adjusted for earlier events accordingly. EPIHI (i.e. our 1 MeV electrons and >25 MeV protons) is not affected.
EPILO has a threshold functionality (similar to Wind/3DP) when initializing Event(), see example in onset-notebook-psp.ipynb or at GitHub. Be very careful with setting a threshold because it's applied to all viewing directions and energies! Best to plot first the corresponding single channels without any resampling to find out what the actual threshold should be.
Add support for PSP/ISOIS EPIHI-HET and EPILO
See corresponding onset-notebook-psp.ipynb for examples and details, especially on the
viewing
directions for EPIHI and EPILO!Requires installation of psp_isois_loader via
pip install git+https://github.com/jgieseler/psp-isois-loader
In case the automatic internal downloading causes problems, PSP data files can also be manually downloaded from
Note that for EPILO the energy tables have been changed on June 14, 2021! That is, the energy values for each channel are different before and afterwards. Maybe the energy channel selection has to be adjusted for earlier events accordingly. EPIHI (i.e. our 1 MeV electrons and >25 MeV protons) is not affected.
EPILO has a
threshold
functionality (similar to Wind/3DP) when initializingEvent()
, see example in onset-notebook-psp.ipynb or at GitHub. Be very careful with setting athreshold
because it's applied to all viewing directions and energies! Best to plot first the corresponding single channels without any resampling to find out what the actualthreshold
should be.