2024-03-25 16:00 UTC: There will be some minor disruption in the week beginning 25 March 2024 as we upgrade our servers. We will let you know when the upgrade is complete.

Forced photometry is now available from the Southern Telescopes (El Sauce, Chile and Sutherland, South Africa). Please be aware that the difference imaging template south of -50 degrees declination was changed during commissioning, so you may get an unexpected discontinuity in your target's difference lightcurve.

The photometric measurements are from a custom built point-spread-function fitting routine (written in C) called tphot, and is based on the algorithms discussed in Tonry (2011) and Sonnett et al. (2013).

The calibrated target image allows a calculation of the PSF shape and aperture correction (called apfit) as a function of the location on the CCD, and applies the apfit flux correction accordingly. That PSF is used on the difference image (when difference image photometry is requested) or the target image (when that mode is requested).

The output of our forced photometry measurements is a space-separated plain text file with the following column entries:

MJDModified Julian date of the start of the exposure (all exposures are 30s)
mAB magnitude corresponding to the flux measurement
dmerror on m (in magnitudes)
uJyflux in microJanskys
duJyerror on uJy
Fthe ATLAS filter (typically c for cyan, or o for orange)
errtphot error code normally 0 for the 2 parameter fit.
chi/Nreduced chi^2 of the PSF fit
RARA at which the PSF is forced (decimal degrees)
DecDEC at which the PSF is forced (decimal degrees)
xx-pixel value at which the PSF is forced
yy-pixel value at which the PSF is forced
majsemi-major axis of the PSF fit from tphot (in pixels; 1.86" per pix)
minsemi-minor axis of the PSF fit from tphot (in pixels; 1.86" per pix)
phiorientation of the PSF, measured counter-clockwise with respect to RA direction (CCD x-axis)
apfitthe aperture correction (in magnitudes) required by tphot
mag5sigfive-sigma limit magnitude
PA_DEGfitted position angle between North and the detector Y-axis. Usually this will be a number close to zero or 180. If there is not a WCS for the exposure (and therefore no ZP_MAG or MAG5SIG), PA_DEG will contain exactly zero.
Skysky mag in 1 sq arcsec
Obsthe ATLAS data file on which the measurements were made

When the forced photometry runs in difference imaging mode, it is measuring the difference (initially in ADU) between the target and the reference frame. This may be significantly positive (excess flux in the target frame over the reference), negative (flux deficit in the target compared to the reference) or close to zero (no significant difference between the two). We calibrate this flux in microJanskys (with an error) and these values are the most meaningful when the user is interested in difference imaging measurements. The photometric calibration comes from the zeropoint in the input image which is based on stars from the ATLAS Refcat2 (Tonry et al. 2018).

An AB magnitude (m) and flux in microJanskys (uJy) are related simply by

m = -2.5*log10(uJy) + 23.9

The error on the magnitude can be determined from a Taylor expansion of log10(uJy +/- duJy) when duJy/uJy is small

The sign of the flux measurement and its error (duJy) are always statistically meaningful in the ATLAS forced photometry. The magnitude, m and its error dm, are of course not meaningful when the flux is small (below signal-to-noise <~ 3). In such cases, if a user wants a 3-sigma upper limit for the magnitude, use

m_3sig > -2.5*log10(3 * duJy) + 23.9

If the flux is negative, then a magnitude is still quoted and denoted with a negative sign. The flux is multiplied by -1 and all the above still applies.

The ATLAS filter bands and their throughput curves can be found in Tonry et al. (2018).

For plotting the output text files, David Young has provided a Python plot script.

If you notice any issues with the data or this website, please report an issue on GitHub or for urgent/security matters email Luke Shingles. This is an open-source volunteer project and feature requests may be considered as time allows.