You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
......says that in the available events list there is:
Available events are:
================= ==================================== ==============
Query name Description Event class
================= ==================================== ==============
caps CAP from iFOT database CAP
............................ orbit_points Orbit point OrbitPoint
............................
================= ==================================== ==============
Query name Description Event class
================= ==================================== ==============
caps CAP from iFOT database CAP
dark_cals ACA dark current calibration event DarkCal
........................... orbit_points Orbit point OrbitPoint
..........................
However that event does not exist:
In [42]: events.orbit_points.filter(start_date, stop_date).table
In [1]: from kadi import events
In [4]: events?
......says that in the available events list there is:
Available events are:
================= ==================================== ==============
Query name Description Event class
================= ==================================== ==============
caps CAP from iFOT database CAP
............................
orbit_points Orbit point OrbitPoint
............................
In addition, the documentation at :
https://sot.github.io/kadi/events.html#getting-started
...also lists orbit_points:
Available events are:
================= ==================================== ==============
Query name Description Event class
================= ==================================== ==============
caps CAP from iFOT database CAP
dark_cals ACA dark current calibration event DarkCal
...........................
orbit_points Orbit point OrbitPoint
..........................
However that event does not exist:
In [42]: events.orbit_points.filter(start_date, stop_date).table
AttributeError Traceback (most recent call last)
in
----> 1 events.orbit_points.filter(start_date, stop_date).table
AttributeError: module 'kadi.events' has no attribute 'orbit_points'
As is also demonstrated by:
The text was updated successfully, but these errors were encountered: