An approximation of photon fluxes in a standard set of filters by a linear combination of an instrumental set of filters is determined on a field with known calibration sources.
munipack phfotran [.. parameters ..] file(s)
A common astronomical apparatus composed from a telescope, filter and a detector has slightly different spectral sensitivity than the standard one which had established the primary (stellar) standards of a photometric system. Fortunately, a commonly used equipment close fits the standard spectral sensitivity due to effort of manufactures. Therefore, any differences are small and can be, with suitable precision, approximated by a linear approximation.
This action determines such transformation by application of the linear approximation between observed sum of counts and expected photons from calibration stars.
The transformation table can be used to convert observed counts c in an instrumental system (identified by PHOTSYS1) to counts c' in a standard system (identified by PHOTSYS2).
c'i = Σj Cij cj, i = { B,V ...}
The transformed counts c' will generally proportional to observed photons and can be used for calibration.
The transformation is designed to be used on a calibration field. The sparse field with many of well calibrated stars. There are sources of such fields (which can be supposed as the secondary standards):
The transformation is determined by the way:
A result of the transformation is a nearly tri-diagonal matrix (elements around diagonal dominates over other ones). The limitation of the shape is forced due to ill-conditioning of the problem.
Needs both astrometry and instrumental photometry of frames.
Headers would contain all the exposure time, filter, telescope area and photometry system keywords.
Specify photometric system (a conventional set of filters). Default is used value from frame header, use it when value is missing or needs correction. The option is important while determining of photometry calibration.
Specify filter. Default is used value from frame header, use it when value is missing or needs correction. The filter is important while determining of photometry calibration.
When calibrated frame contains FWHM parameter, the first aperture larger then the radius is used. When the parameter missing, the first aperture or user provided aperture is used.
Important.
The exposure time, filter, gain, area and an instrumental photometry system are absolutely necessory for calibration and none of them can not be omitted. At first, all values are obtained by reading of headers of FITS files. If at least one is not found, the calibration process is stopped (a wrong calibration which looks as valid is much more worse than any fail).
The situation can be solved by the ways:
$ munipack fits --key-update AREA=1,'[m] telescope area' huge.fitsfor all missing parameters.
$ munipack phcal ... --area 1 --photsys-instr 'MONTEBOO' ... frames.fitsThe convenience options doesn't supply common keywords (exptime, filter and gain) which can be usually found in frames.
While common values of exposure times, filters etc. are included to every header, the keywords can differ from Munipack's defaults. In the case, set ones via environment variables.
On input, FITS frames in several filters are required. Ones must be passed in order from short- to long-wavelengths. Composited frames are recommended.
On output, a new FITS table representing the transformation is created.
See Common options for input/output filenames.
When options for the area and the reference and instrumental systems are used, FITS header is updated according to provided values.
Default values for coordinates will be usually unsatisfactory.
Add -E,--extin option description.Just equal number of instrumental and standard filters is implemented.
Calibrate against to UCAC5 catalogue:
$ munipack cone -c UCAC5 -o 0716cat.fits -r 0.1 110.47 71.34 $ munipack phfotran --area 1.86 --photsys-instr DK154 -c T_Phe.fits --col-ra RA --col-dec DEC --col-mag B,V,R,I T_Phe_000001.fits T_Phe_000003.fits T_Phe_000005.fits T_Phe_000007.fits