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

programming question #39

Open
lupecsan opened this issue Feb 22, 2024 · 0 comments
Open

programming question #39

lupecsan opened this issue Feb 22, 2024 · 0 comments
Labels
question Further information is requested

Comments

@lupecsan
Copy link

lupecsan commented Feb 22, 2024

We are developing an automatic system to get all alerts from ALeRCE configuring params like these:

"classifier": "lc_classifier_stochastic",
"class_name": CV/Nova,
"probability": 0.1,
"page_size": 1000,
"order_by": "firstmjd",
"ranking": 1,
"count" : "true",
"page": page, ----> we add a new page in every iteration
"order_mode": "DESC",
"format": "pandas"

objects = alerce.query_objects(**params)

In every iteration we check the number of objects if it is == 0 we stop the loop. We have found that the number of register of our file .csv where we save all objects always has 515891 registers and never exceed this number. We have check several queries with different sizes of page and criteria but the results are the same.

Do you have any idea about this issue? Is there any limitation in the number of alerts to query?

Thank you very much.

@lupecsan lupecsan added the question Further information is requested label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant