Closed aburrell closed 7 months ago
Adds new data tags to the DMSP SSUSI instrument and fixes bugs in the TIMED GUVI cleaning method.
Please delete options that are not relevant.
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:
develop
main
CHANGELOG.md
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
Integration test got this errror: ValueError: 'LBHlong' is not in list, check that channel labels are assigned correctly.
ValueError: 'LBHlong' is not in list
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?
Also added unit tests for some of the JHUAPL functions, including the new cleaning function.
Test Configuration:
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changesIf 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