sdapy.snerun.snobject.query_fp_atlas¶
- snobject.query_fp_atlas(**kwargs)¶
Qeury ATLAS forced photometry, see https://fallingstar-data.com/forcedphot/static/apiexample.py.
- Parameters
- verbosebool
show detailed running informations
- clobberbool
if ATLAS 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 ATLAS 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.