These programs are designed to take raw, instrumental measurements of stellar brightness and convert them to calibrated magnitudes on some standard system. They were written as part of the TASS Mark IV pipeline , but may work on other datasets.
This package creates two executables:
The photom program tries to fit the raw measurements from N frames to the catalog magnitudes with in one of three modes:
calibrated mag = raw mag + a + b * (raw color) i
calibrated mag = raw mag + a + b * (raw color) - k*X i
calibrated mag = raw mag + a + b * (raw color) - k * airmass
There is no default; the user must specify the mode in the command line. If no values for fixk are given, then no differential extinction is included in the solution.
The source code is vanilla ANSI C. It links against the standard math library, and also against the GNU Scientific Library (GSL). It works off the command line, with no user-friendly GUI. The package includes a self-test is written in Perl, but it's not necessary for the operation of the programs. The GSL will take about 75 MB of disk space to download, compile and install, but much of that is needed only temporarily. The photom code itself requires only a few tens of MB.
The current version is photom 0.7, last modified Aug 2, 2003.
Last modified Aug 30 10, 2004 by Michael Richmond