Closed jgieseler closed 2 years ago
viewing
Above, it's stated that Wind/3DP provides eight viewing
directions ('0'
to '7'
). Important to mention is in addition that the specific directional information is provided in the returned pandas dataframe as pitch angle values in the columns 'PANGLE_0'
to 'PANGLE_7'
.
For example:
from onset_functions import *
path = '/home/gieseler/uni/wind/data/'
event_onset = Event(spacecraft='wind', sensor='3dp', data_level='l2', species='e',
start_date=datetime.date(2021,10,28), end_date=datetime.date(2021,10,30),
data_path=path, threshold=None)
event_onset.df_e.filter(like='PANGLE').plot()
pip install git+https://github.com/jgieseler/wind-3dp-loader
viewing
directions that are adressed with their corresponding number as a string, soviewing='0'
toviewing='7'
.channels
should only provide one integer (between0
and6
).threshold
(provided in eV!) to remove outlier fluxes that occur from time to time, e.g.: