mrghg / agage-archive

Code for producing AGAGE archival files
MIT License
3 stars 0 forks source link

Duplicate timestamps when switching between instruments #76

Closed joe-pitt closed 2 months ago

joe-pitt commented 2 months ago

I'm combining instruments using overlapping periods in the combination spreadsheet and excluding periods in the exclude spreadsheet. At the moment we still end up with duplicate timestamps in ds_combined (io.py), which means the code picks an instrument to drop for these times. It doesn't necessarily drop the one we want (i.e. the one that we nanned using the exclude spreadsheet).

joe-pitt commented 2 months ago

While I'm thinking about this, I reckon it would also be good to have a warning printed wherever it has found and dropped duplicate timestamps