Open ebellm opened 5 years ago
Well, this is because of the catalogue available for the API used by astroquery. The catalogue only provides the ZTF objects data table, however, for the PTF, the lightcurves data can be requested. I've started working on a fix for this which will allow you to get the ZTF light curve data as well, will update you ASAP.
Hi, was this eventually addressed?
The existing
Irsa
module can query the public ZTF catalog:However, the returned result is a short list of matching objects, and there is no way to retrieve the underlying photometry. (This is in contrast to the behavior when issuing the same query with
catalog='ptf_lightcurves'
).There is an API for the lightcurve service which could be used to enable direct queries for ZTF lightcurves.