sot/kadi

Incorrect Event Description

Closed this issue · 0 comments

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']