Since 17th August, from the data collected so far the zero point of the iSDSS filter has been set to 23.30 from the previous 23.50 value.
If you have planned previous observations with the old ETC, we recommend you to recompute your exposure times with this new version.
Since 1st August, 2016, the ETC is using empirical values for the zero points, the extinction coefficients and the sky brightness. Compare with the previous ETC based on theoretical values it has been found that that version overestimated the efficiency of the system, in particular in the bluest and reddest filters.
If you have planned previous observations with the old ETC, we recommend you to recompute your exposure times with this new version.
Band | ZP | kext |
---|---|---|
uJAVA | 21.80 | 0.55 | J0378 | 21.00 | 0.39 | J0395 | 20.80 | 0.33 | J0410 | 21.64 | 0.28 | J0430 | 21.61 | 0.24 | gSDSS | 23.80 | 0.18 | J0515 | 21.62 | 0.14 | rSDSS | 23.66 | 0.09 | J0660 | 21.12 | 0.11 | iSDSS | 23.30 | 0.05 | J0861 | 21.53 | 0.06 | zSDSS | 22.66 | 0.04 |
Sky SB (mAB/arcsec2) | |||
---|---|---|---|
Band | Dark | Grey | Bright |
uJAVA | 23.0 | 21.2 | 19.4 |
J0378 | 23.0 | 21.2 | 19.4 |
J0395 | 23.0 | 21.2 | 19.4 |
J0410 | 22.5 | 21.0 | 19.0 |
J0430 | 22.5 | 21.0 | 19.0 |
gSDSS | 22.3 | 20.6 | 19.0 |
J0515 | 22.0 | 20.6 | 19.0 |
rSDSS | 21.1 | 19.9 | 18.8 |
J0660 | 21.5 | 20.5 | 19.3 |
iSDSS | 20.5 | 20.0 | 19.5 |
J0861 | 19.5 | 19.2 | 18.8 |
zSDSS | 19.1 | 18.7 | 18.4 |
The sky surface brightness used in the ETC are empirical values measured from actual observations. The definitions of the sky brightness conditions corresponds to the typical values around specific moon phases:
Table 2 shows the actual values used by the ETC.
Be aware that due to variation in the moon illumination and the distance to the moon (and, of course, whether the moon is above the horizon), the actual values of the sky brightness can varied a lot.
The ETC also takes into account the dependence of the sky surface brightness with the airmass (X) according to the following expression:
SB(X) = SB(1)*(-0.000278719*X3 - 0.0653841*X2 + 1.11979*X - 0.0552132)
The input seeing is assumed to be the value at zenith and it is scaled with the airmass(X) following the equation:
seeing(X) = seeing(X=1) * X3/5
The code allows 2 kinds of objects: point-like sources and extended objects.
For point-like sources, the photometry is performed within the given aperture and the SNR is computed within that aperture. Either input or output magnitudes are total magnitudes outside the atmosphere. However, the magnitude used to compute the SNR is that within the aperture. The computation of the magnitude within the aperture is donde considering a 2D Gaussian distribution with FWHM equal to the Seeing. In that case, the ratio of the flux within the aperture with respect to the total flux is given by the formula:
FAper/FTotal = 1 - exp(-0.5 R2/σ2)
For extended objects, the signal to noise is computed within 1 pixel, although magnitudes are always in mag/arcsec2.
Magnitudes are AB magnitudes outside atmosphere. For point-like sources are total magnitudes while for extended objects are per arcsec2.
The signal to noise is computed within the given aperture for point-like sources and per pixel for extended objects.