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
I have some software used for fitting models to timeseries data. I'd like this code to be able to directly retrieve from my TOM all lightcurves for a give target (identified by name).
I can see the TOM already provides APIs for querying targets, and for listing, creating (uploading) and deleting data products (tom_dataproducts/api_views) but it is not clear to me whether downloading the ReducedDatums is supported.
Please can you point me in the right direction?
The text was updated successfully, but these errors were encountered:
I'm not sure I understand the question, Let's chat about it after the holiday.
In the mean time, you can send a get request to base_url/api/reduceddatums/ to retrieve reduced datums, however it doesn't look like we have terribly useful filters for limiting the results.
I have some software used for fitting models to timeseries data. I'd like this code to be able to directly retrieve from my TOM all lightcurves for a give target (identified by name).
I can see the TOM already provides APIs for querying targets, and for listing, creating (uploading) and deleting data products (tom_dataproducts/api_views) but it is not clear to me whether downloading the ReducedDatums is supported.
Please can you point me in the right direction?
The text was updated successfully, but these errors were encountered: