pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

ENH: DMSP SSUSI SDR disk images #225

Closed aburrell closed 6 months ago

aburrell commented 6 months ago

Description

Adds new data tags to the DMSP SSUSI instrument and fixes bugs in the TIMED GUVI cleaning method.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

import datetime as dt
import pysat
import pysatNASA

stime = dt.datetime(2015, 1, 1)
dmsp = pysat.Instrument(inst_module=pysatNASA.instruments.dmsp_ssusi, tag='sdr-disk', inst_id='f16')
dmsp.download(start=stime)
dmsp.load(date=stime)

Also added unit tests for some of the JHUAPL functions, including the new cleaning function.

Test Configuration:

Checklist:

If this is a release PR, replace the first item of the above checklist with the release checklist on the wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release

aburrell commented 6 months ago

Integration test got this errror: ValueError: 'LBHlong' is not in list, check that channel labels are assigned correctly.