Skip to content

Incorporate SIS data #2

@jgieseler

Description

@jgieseler

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 SIS CDF data files, analog to _read_step_cdf and _read_epd_cdf (latter is for EPT and HET). Problem is that SIS data product is structured a bit differently.
  • Include sensor=SIS option in epd_load (easy).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions