ajylla / SPOT

Solar Particle Onset Tool
1 stars 4 forks source link

Add Wind/3DP support #11

Closed jgieseler closed 2 years ago

jgieseler commented 2 years ago
jgieseler commented 2 years ago

Additional information on 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()

wind_3dp_pangles