1munilist(1)                     C-Munipack 1.2                     munilist(1)
2
3
4

NAME

6       munilist - utility for making listings from a set of photometry files
7

SYNOPSIS

9       munilist [ options ] output-file input-files ...
10

DESCRIPTION

12       The  munilist  command  reads photometry files and creates the table of
13       magnitudes of selected stars in the dependence on a time. The table  is
14       written  to  a  output  file  in  text  format. The format of the table
15       depends on given parameters and on the number of selected stars. It  is
16       usually the last step of reduction process.
17
18       The list of stars is given on command line, the stars are identified by
19       index number according to their cross-reference identifiers.
20

INPUT FILES

22       Names of input files can be specified directly  on  a  command-line  as
23       command arguments; it is allowed to use the usual wildcard notation. In
24       case the input files are placed outside the working directory, you have
25       to specify the proper path relative to the current working directory.
26
27       Alternatively,  you  can  also  prepare a list of input file names in a
28       text file, each input file on a separate line. It is not allowed to use
29       the  wildcard  notation here. Use the -i option to instruct the program
30       to read the file.
31

OPTIONS

33       Options are used to provide extra information to customize  the  execu‐
34       tion of a command. They are specified as command arguments.
35
36       Each  option  has  a full form starting with two dashes and an optional
37       short form starting with one dash only. Options are case-sensitive.  It
38       is allowed to merge two or more successive short options together. Some
39       options require a value; in this case a value is taken  from  a  subse‐
40       quent  argument.  When a full form is used, an option and its value can
41       also be separated by an equal sign. When a  short  form  is  used,  its
42       value can immediately follow the option.
43
44       Whenever there is a conflict between a configuration file parameter and
45       an option of the same meaning, the option always take precedence.
46
47       --diff-mag
48              make table of differential instrumental magnitudes (default)
49
50       --inst-mag
51              make table of absolute instrumental magnitudes
52
53       --inst-mag
54              make table of absolute instrumental magnitudes
55
56       --track-list
57              make table of frame offsets
58
59       -s, --set name=value
60              set value of configuration parameter
61
62       -a, --aperture value
63              Aperture identifier (default=1)
64
65       -v, --variable-stars star...
66              comma separated list of identifier(s) of the variable star(s)
67
68       -c, --comparison-stars star...
69              comma separated list of identifier(s) of the comparison star(s)
70
71       -e, --check-stars star...
72              comma separated list of identifier(s) of the check star(s)
73
74       -i, --read-dirfile filepath
75              read list of input files from specified file; see the Files sec‐
76              tion for details.
77
78       -p, --configuration-file filepath
79              read  parameters from given configuration file. See the Configu‐
80              ration file section for details.
81
82       -h, --help
83              print list of command-line parameters
84
85       -q, --quiet
86              quiet mode; suppress all messages
87
88       --version
89              print software version string
90
91       --licence
92              print software licence
93
94       --verbose
95              verbose mode; print debug messages
96

CONFIGURATION FILE

98       Configuration files are used to set the input parameters to the process
99       that  is  going  to  be  executed  by  a  command. Use the -p option to
100       instruct the program to read the file before other command-line options
101       are processed.
102
103       The configuration file consists of a set of parameters stored in a text
104       file. Each parameter is stored on a  separate  line  in  the  following
105       form:  name  =  value,  all other lines are silently ignored. Parameter
106       names are case-sensitive.
107
108       aperture = value
109              Aperture identifier (default=1)
110
111       var = star...
112              comma separated list of identifier(s) of the variable star(s)
113
114       comp = star...
115              comma separated list of identifier(s) of the comparison star(s)
116
117       chk = star...
118              comma separated list of identifier(s) of the check star(s)
119

EXAMPLES

121       munilist ouptut.dat test1.pht test2.pht test3.pht
122              The command makes table of brightness of the star #2 (stored  on
123              second position in photometry files) relative to the star #3 for
124              photometry files test1.pht, test2.pht a test3.pht; the resulting
125              frame is stored to output.dat.
126

EXIT STATUS

128       The  command  returns  a zero exit status if it succeeds to process all
129       specified files. Otherwise, it will  stop  immediately  when  an  error
130       occurs and a nonzero error code is returned.
131

HOME PAGE

133       http://c-munipack.sourceforge.net/
134

BUG REPORTS

136       David Motl, dmotl@volny.cz
137

COPYING

139       This program is free software; you can redistribute it and/or modify it
140       under the terms of the GNU General Public License  version  2  as  pub‐
141       lished by the Free Software Foundation.
142
143       This  program  is  distributed  in the hope that it will be useful, but
144       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER‐
145       CHANTABILITY  or  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
146       Public License for more details.
147

SEE ALSO

149       cmunipack(3), muniwin(1), meanbias(1), meandark(1), autoflat(1),  bias‐
150       bat(1), darkbat(1), flatbat(1), timebat(1), airmass(1), helcor(1), kom‐
151       bine(1), konve(1), muniphot(1), munimatch(1)
152
153
154
155version 1.2.10                   May 16, 2010                      munilist(1)
Impressum