DavidT3 / DAXA

Democratising Archival X-ray Astronomy (DAXA) is an easy-to-use Python module for downloading multi-mission X-ray telescope data and processing it into usable archives. Users can acquire entire archives, or filter observations based on ID/positions/time. Supports XMM; partial support eROSITA, Chandra, NuSTAR, Swift, Suzaku, ASCA, ROSAT, INTEGRAL
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

Some eRASS1DE start/end times are showing as NaT in the all_obs_info df #265

Open DavidT3 opened 6 months ago

DavidT3 commented 6 months ago

One of them I think is because an errant character got added on to the end of the time string, but the others don't seem to be because of this - e.g. '260177' has a NaT value for start.

DavidT3 commented 6 months ago

It seems to happen when the 'seconds' component of the start or end time that ends up as NaT is '60' - so really it should tick over to the next minute. This must be a problem with the was eROSITA writes times in its event lists.