Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect listings of event Query names #238

Open
Gregg140 opened this issue Jun 8, 2022 · 0 comments
Open

Incorrect listings of event Query names #238

Gregg140 opened this issue Jun 8, 2022 · 0 comments

Comments

@Gregg140
Copy link

Gregg140 commented Jun 8, 2022

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:

no-orb-points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant