Photom -- programs to perform photometric calibration of stellar photometry

Version 0.7: Aug 2, 2003

Version 0.7 makes one important change
  1. the photometric equation is modified so that the extinction coefficient has a positive value


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:

  1. if given command-line option mode=noextinct, an equation of N + 1 free parameters and no extinction
       calibrated mag  =   raw mag  +  a   +   b * (raw color)
                                        i
    

  2. if given command-line option mode=noextinct and fixk=, an equation of N + 1 free parameters and differential extinction within each frame with user-supplied coefficient
       calibrated mag  =   raw mag  +  a   +   b * (raw color)  -  k*X
                                        i
    
  3. if given command-line option mode=extinct, an equation with just 3 free parameters
       calibrated mag  =   raw mag  +  a   +   b * (raw color)  -  k * airmass
    
where

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.

Requirements

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