sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

obsid set to -999 for 2020:225:22:19:08.212 manvr #187

Open jeanconn opened 3 years ago

jeanconn commented 3 years ago
In [23]: events.manvrs.filter(start='2020:225:20:00:00',stop='2020:226')[0].start                         
Out[23]: '2020:225:22:19:08.212'

In [24]: events.manvrs.filter(start='2020:225:20:00:00',stop='2020:226')[0].get_obsid()                   
Out[24]: 46989

In [25]: events.manvrs.filter(start='2020:225:20:00:00',stop='2020:226')[0].obsid                         
Out[25]: -999