-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Suprathermal Ion Spectrograph (SIS) is the fourth sensor of the EPD suite, and not incorporate yet.
Function get_available_soar_files already is capable of checking for SIS CDF files (level 2 and low-latency) available at SOAR:
>>> from solo_epd_loader import *
>>> get_available_soar_files(20210101, 20210101, 'sis', 'l2')
['solo_L2_epd-sis-a-rates-medium_20210101_V04.cdf', 'solo_L2_epd-sis-a-rates-slow_20210101_V04.cdf', 'solo_L2_epd-sis-b-rates-medium_20210101_V04.cdf', 'solo_L2_epd-sis-b-rates-slow_20210101_V04.cdf']
>>> get_available_soar_files(20210101, 20210101, 'sis', 'll')
['solo_LL02_epd-sis-a-rates_20210101T000046-20210102T000045_V03C.cdf', 'solo_LL02_epd-sis-b-rates_20210101T000046-20210102T000045_V03C.cdf']Next steps to take:
- Modify functions _epd_l2_download and _epd_ll_download to work with
sensor='sis', so that downloads from SOAR are working - Write new function to actually load the
SISCDF data files, analog to _read_step_cdf and _read_epd_cdf (latter is forEPTandHET). Problem is thatSISdata product is structured a bit differently. - Include
sensor=SISoption in epd_load (easy).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request