sot / kadi

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

Some maneuvers don't have nman_start defined #102

Open jeanconn opened 7 years ago

jeanconn commented 7 years ago

I'm seeing this on a segmented maneuver to obsid 9883. I was expecting that nman_start of the second maneuver would actually get me the transition to nman that started with the first maneuver, but it looks like I just get a None.

ipdb> dwell
<Dwell: start=2008:190:21:23:54.105 dur=10204>
ipdb> print(dwell.manvr.nman_start)
None

Not important in aggregate, obviously.