pysat / pysatNASA

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

BUG: de2 vefi data has multiple epochs #211

Closed jklenzing closed 10 months ago

jklenzing commented 11 months ago

Description

The combined E-field and B-field data has multiple indices, because they are offset by 0.005 s rather than on the same index.

To Reproduce this bug:

import pysat
vefi = pysat.Instrument('de2', 'vefi')
vefi.load(1983, 1)

will load data as expected. Loading data for 1983, 2 will fail.

Test configuration

Additional context

Discovered with the new test_load_with_pad tests in pysat develop

jklenzing commented 10 months ago

Route forward: