munilist (1) - Linux Manuals

munilist: Making listing from CCD photomtetry files

NAME

munilist - Making listing from CCD photomtetry files

SYNOPSIS

munilist -os [options] var comp chk1 chk2 ... source_file ...
munilist -of [options] s1 s2 ... source_file ...
munilist -oa [options] source_file ...
munilist -ot [options] source_file ...

DESCRIPTION

The Munilist program reads photometry files and creates the table of magnitudes of selected stars in the dependence on a time. The table is written to a output file in text format. The format of the table depends on given parameters and on the number of selected stars. The Munilist is usually the last step of reduction process.

The list of stars is given on command line, the stars are identified by index number according to their order in the file (not by the indices in the first column in the photometry file!), first star in the file has index 1, empty lines are included.

OPTIONS

The list of input files is usualy entered directly on the command line. If you are going to process a large set of files, you can use the question marks (for a single chars) or the asterisk (for a strings of chars).

The alternate way, how to process a large set of files, is the batch mode. In this mode, the list of input files is read from a given file or from the standard input. The directory file, for example named dirfile, must have the text format and the names of the input files are written on the separate lines. If the files are placed not in the current working directory, you have to specify the proper path in full or shortened form.

@dirfile
The program will read the list of source files from specified file.
@
The program will read the list of source files from stdin.
src=file
Optional source file name in read-all format.
par=file -pfile
Optional parameter file. Default is munilist.ini.
out=file, -ofile
Name of the output file. Default is data.dat.
ap=n
Aperture index. Default is 1.
var comp chk1 chk2 ...
Indices of variable star, comparison stars and check stars.
s1 s2 ...
Indices of selected stars.
-os
Use the 'differential magnitudes' output format. This is the default behavior.
-of
Use the 'instrumental magnitudes' output format.
-oa
Use the 'read-all' output format.
-ot
Use the 'track-list' output format.
--help
Prints short help.
--license
Prints the license.
--version
Prints the program name and its version.
--quiet
Quiet mode -- inhibits the screen printouts.
--debug
Debug mode -- extends the screen printouts.

EXAMPLES

The following command creates table of brightness of the star #2 (stored on second position in photometry files) relative to the star #3. The output in short format is required; the magnitudes will be differential instrumental magnitues (V-C).

munilist 2 3 test1.mat test2.mat test3.mat

EXIT STATUS

munilist returns a zero exist status if it succeeds to convert all specified file. Otherwise, it will stop immediately when the error occurs and returns nonzero code.

DIRECTORIES

~/.cmunipack /usr/local/share/cmunipack

AUTHORS

The project manager David Motl is also the author of the most part of the source codes. Some algorithms originates from Munipack package, coded by Filip Hroch. Algorithms for aperture photometry originates from Daophot software by P. B. Stetson. Munifind algorithm originates from Varfind tool written by Rudolf Novak and Lukas Kral.

The package uses the FITSIO library (Dr. William Pence, NASA), the FreeImage library maintained by Herve Drolon and the James Clark's EXPAT library.

The english version of the documentation was written by David Motl with great help of Petr Lutcha and Jitka Kudrnacova.

BUG REPORTS

David Motl (dmotl [at] volny.cz)

COPYING

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

SEE ALSO

airmass(1), autoflat(1), cmunipack(1), darkbat(1), flatbat(1), helcor(1), kombine(1), konve(1), meandark(1), munifind(1), munilist(1), munimatch(1), muniphot(1), timebat(1)