sdapy.snerun.snobject.query_fp_ztf

snobject.query_fp_ztf(get_email=True, **kwargs)

Qeury ZTF forced photometry, see documentation: https://irsa.ipac.caltech.edu/data/ZTF/docs/forcedphot.pdf, and the web query: https://ztfweb.ipac.caltech.edu/cgi-bin/requestForcedPhotometry.cgi.

Parameters
get_emailbool

ZTF force phot query service is time consuming. One can set get_email as True, to receive an email including data file instead of query via API that would stuck the GUI for a while.

verbosebool

show detailed running informations

clobberbool

if ZTF forced phot file exists, re-downloadit or not

mjdstartfloat

start julian date to query

dstartfloat

if mjdstart is None, how many days prior than t0 to query

mjdendfloat

end julian date to query

dendfloat

if mjdend is None, how many days later than t0 to query

Notes

The ZTF forced photometry service is open public, however in order to use it, one need to register first. And the user information should be put correctly in the auth.txt file.