sot / kadi

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

Incorrect Event Description #236

Closed Gregg140 closed 2 years ago

Gregg140 commented 2 years ago

In your event descriptions page: https://sot.github.io/kadi/event_descriptions.html

You have the following table description of the SIM TSC translation event:

TSC_translation

However when I execute a filtered table query: tscm = events.tsc_moves.filter(start_date, stop_date).table

And check the columnames, I see an additional element: obsid:

In [21]: tscm.colnames Out[21]: ['start', 'stop', 'tstart', 'tstop', 'dur', 'obsid', 'start_3tscpos', 'stop_3tscpos', 'start_det', 'stop_det', 'max_pwm']