What is data calibration?
After you have obtained your
level 1(L1) data, the next step in data
analysis is to use your calibrator and target observations to produce
calibrated visibilities, or level 2 (L2) data.
The visibility that PTI measures on an astronomical object (Vm) is the product of the true object (Vt) visibility and a factor, called the system visibility (Vs), which represents the loss of coherence due to instrumental and atmospheric factors: Vm = Vt * Vs. In order to obtain the true object visibility, the system visibility must be estimated. The system visibility can be estimated using observations of stars of known size, and thus of known true visibility; or more typically using observations of unresolved stars, which have a true visibility of 1.0 and directly provide an estimate of the system visibility (Vm = Vs). Once the system visibility has been estimated, the calibrated or true object visibility is simply obtained as: Vt = Vm/Vs. (Note: the Keck Interferometer data reduction method uses visibility amplitude squared, rather than visibility amplitude, as the basic observable; a distinction with no consequences to the present discussion). In general the system visibility is an instantaneous quantity, and may depend on other factors such as the object location in the sky (e.g. as the zenith angle increases, the atmospheric effects may become more severe) and the instrument configuration (e.g. integration time). Insuring that target and calibrators can be observed under the same instrument configuration (e.g. have similar magnitudes for the different sub-systems) and are close in the sky, is part of the planning process. Ideally, the science target should be brackted by calibrators, but this is not always the case. How to calibrate your data
Your L1 data contains all that
is needed to perform the calibration,
and a variery of methods can be considered for estimating and applying
the system visibility to produce calibrated data.
Although data calibration is not
performed at the NExScI, we make
available two software packages,
wbCalib
(for calibration of
wide-band data) and
nbCalib
(for calibration of
narrow-band data), which which greatly automate and simplify this
process. The Calib packages take as input a L1 data file and a
calibration
script
detailing which objects are targets and which
are calibrators, and their estimated sizes, and produces one file of Finding calibratorsThe first step in calibrating your data is identifying relevant calibrators for your target. When selecting data from the PTI archive, you can automatically retrieve the data from sources marked as calibrators for that target. Note that the calibrator designation comes from either the original experiment plan or from the source's proximity to the target in time and on the sky. We strongly recommend verifying the appropriateness of the calibrators before running the Calib programs. You can also use the archive search function to find all observed sources within a given radius around your target source.Troubleshooting your calibrated dataOnce you have calibrated your visibilities, there are some simple checks you can do to insure that they are sensible:
Extracting astrophysical information from your calibrated data
Once the visibilities have been
calibrated as outlined above, your PTI
data is ready for astrophysical interpretation. Typically this is done
by assuming a simple target brightness (e.g. a binary, a uniform disk,
a Gaussian disk, a ring, or a combination of those), deriving the
corresponding visibility function, and fitting this function to the
calibrated visibilities to extract some of the parameters that define
the assumed brightness (e.g. binary separation, orientation, flux
ratio; uniform disk or Gaussian diameters etc). Another typical
approach is to add the visibilities to the global fitting of a more
complex and physical model to a dataset which might also include
spectro-photometric data, for example.
ExampleSuppose you have just retrieved your L1 data, containing some observations of one of your targets. The wide-band raw visibilities might look as in the plot below:
Clearly the above data shows that the source myTarget is clearly resolved, as its raw visibilities are much lower than those of the two calibrators used (HD157546 and HD174596). The calibration script
We want to calibrate these
wide-band data, and therefore will use the
wbCalib program. As explained in detail in the user's manual, in
addition to the input L1 SUM data, wbCalib requires a calibration
script which informs it of the target and calibrator names, their
astrometric information, and the calibrator angular sizes and errors,
please see the Calib documentation for the detailed format
specification. A calibration script for these observations would be as
follows:
Note that the getCal package contains a function that facilitates the generation of properly formatted calibration scripts. Please pay particular attention to your choice of calibrator angular sizes and errors, as those will directly impact the resulting calibrated visibilities. While for observation planning it is acceptable to provide only approximate calibrator angular sizes, it is crucial to provide accurate estimates with realistic errors in the calibration step. Recall that in addition to providing stellar size estimates based on standard lookup tables for normal stars, the getCal package also contains routines to provide better estimates by fitting spectro-photometric data , see the getCal documentation for details. Running wbCalibIf we save the above calibration script in a file called "example.calScript", and the L1 SUM data is in a file called "example.sum", then the command to run the calibration program would be:
In the example above, we have told wbCalib that we want to use data from the white-light pixel, and to apply a correction for un-balanced fluxes between the interferometer arms. The calibrated data is now in the ASCII file called "example.wbcalib". Please see the wbCalib documentation for a detailed description of the output file fields. Using this file, a plot of the calibrated visibilities and errors versus UT time (columns 8, 9 and 5 respectively) is shown below:
Modelling the calibrated data
Suppose you know that the
target above is an evolved star surrounded
by a near-infrared emitting dust shell, and that you have independent
evidence that the central star is unresolved and contributes 30% of
the total K-band flux. You may then want to obtain a characteristic
size for the dust shell being resolved by PTI. Given what you know
about the target, a reasonable model for this source would then
consist of a point source plus an extanded component, represented for
example by an uniform brightness. The plot below shows the model (and
uncertainties) that would result from fitting such a model to the
calibrated visbilities.
|