Table of contents:
I have started to work on the several different corrections needed to re-calibrate ALL of the data currently sitting in the TASS database. This Technical Note is a record of the process.
The plan is to go through several iterations of reduction.
The entire process is now finished.
I am using the word "raw" to describe data which has been submitted to the TASS database for archiving. It isn't really "raw", having gone through:
Nonetheless, I'll use that term to describe the current (June 19, 1998) contents of the TASS database.
The goal is to modify the measurements (only slightly, we hope) so that they adhere more closely to the standard Johnson-Cousins magnitude scale. For our purposes, that means the magnitude scale defined by Landolt's lists of equatorial standard stars. See his papers
It may turn out that we don't detect enough of the Landolt stars in some parts of the sky to use them for calibration; if so, we'll have to find some other sources of good photometric standards.
Let's look first at all the cases in which TASS cameras detect and measure a Landolt standard star. I will examine all TASS data, at all declinations, for matches to Landolt standards. I find
12174 TASS detections which match Landolt standards
268 different Landolt standards overall
4 different sites contributing measurements
71 different nights with observations
One way to describe the quality of the TASS calibration is to calculate the overall mean difference from Landolt magnitudes, and the standard deviation of the differences.
V R I
=======================================================================
number of stars 4699 2085 5390
mean difference (mag) 0.014 0.061 0.049
standard dev of mean (mag) 0.195 0.178 0.188
Now, the question is: is this the best we can do? Or is there some way to improve the agreement between TASS and Landolt measurements of the same stars?
The differences are very small in the mean (which is good) but not so small in their deviation from the mean (which is bad). So, my initial answer to "Is this the best we can do?" is a tentative "No."
One way to look for places in which we can improve is simply to plot the residuals against a number of different variables, and look for some correlations. If a plot of residual versus magnitude shows a strong trend, perhaps there's a problem with non-linearity of TASS cameras. Or if we see several nights stand out with large residuals, we may remove them from the calibration steps.
Let me therefore provide plots of the residuals, in the sense TASS magnitude minus Landolt magnitude, for several different variables. Below are plots of
V-band values:
R-band values:
I-band values:
A quick summary of the data might be:
I tried looking at the residual versus patch during
a single night, hoping to distinguish good nights from
bad.
But I discovered instead that almost every night has only
a single patch of Landolt stars; a few nights cover two
patches, but with few stars in the second one. Rats!
As shown above, the only clear systematic error I found in the
"raw" TASS data is a color term in the R-band magnitudes from
site H (Tom Droege's triplet).
An unweighted linear fit to the data yields an equation for
the mean difference in the sense (TASS - Landolt) of
In order to remove this systematic error in the TASS R-band magnitudes,
we really need to solve an equation that looks like this:
However, I am -- admittedly -- too lazy to do the inversion.
Well, I tried it, actually, but gave up after the algebra covered
a page and didn't appear to be approaching the desired form.
What I did succeed in doing was checking the size of the errors
that we make if we use the coefficients from the first equation
in the second one; that is, if we compute a correction to
TASS R-band magnitudes via
I created a new table in my copy of the TASS database,
called cor_cat, which contains only "good" stars
(those detected on at least 10 occasions).
I applied the correction in equation (3) above to the R-band
magnitudes, and left the V-band and I-band magnitudes alone.
It is this cor_cat table which is accessed by the
TASS archive database routines.
Corrections to the "raw" TASS data
(1a) (TASS V) - (Landolt V) = 0.047 - 0.038*(Landolt V - Landolt I)
+/- 0.012
(1b) (TASS R) - (Landolt R) = -0.013 + 0.159*(Landolt V - Landolt R)
+/- 0.030
(1c) (TASS R) - (Landolt R) = 0.050 - 0.001*(Landolt V - Landolt I)
+/- 0.011
The value below each coefficient is the the uncertainty in that
coefficient; that is, the V vs. (V-I) color term is -0.038 +/- 0.012.
(2) (TASS R) - (Landolt R) = a + b * (TASS V - TASS R)
since the overwhelming majority of stars do not have known Landolt
magnitudes.
So, strictly speaking, we should invert the first equation to find
the coefficients a and b in the second equation.
(3) (TASS R) - (Landolt R) = -0.013 + 0.1593*(TASS V - TASS R)
For reasonable values of stellar color, it turns out that the error
in this correction is very small.
Given the choices:
I chose to adopt number 2: make the improper correction.