lspestrip / striptease

Strip TEst Analysis for System Evaluation
MIT License
4 stars 3 forks source link

join_hdf5.py should merge tags #43

Closed ziotom78 closed 4 years ago

ziotom78 commented 4 years ago

If a tag is not closed yet when an HDF5 file is closed, the value of the field mjd_end is set to -1. When the tag will be closed, the tag will be written again, this time with the correct values for both mjd_start and mjd_end.

The program join_hdf5.py should remove duplicates of any tag that have mjd_end == -1 and only keep complete tag definitions.