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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: