1autoflat(1) C-Munipack 1.2 autoflat(1)
2
3
4
6 autoflat - utility for making master-flat frames
7
9 autoflat [ options ] output-file input-files ...
10
12 The autoflat command compose a set of flar frames and makes one flat
13 frame called ´master-flat´. Applying this function, you can achieve
14 high quality correction frame and thus reducing the noise of a
15 result.
16
17 All source frames must be in the FITS format and of same dimensions.
18 Frames of the same exposition duration and color filter should be used,
19 avoid eventual camera rotation on its mount. The output file is written
20 in the FITS format too.
21
23 Names of input files can be specified directly on a command-line as
24 command arguments; it is allowed to use the usual wildcard notation. In
25 case the input files are placed outside the working directory, you have
26 to specify the proper path relative to the current working directory.
27
28 Alternatively, you can also prepare a list of input file names in a
29 text file, each input file on a separate line. It is not allowed to use
30 the wildcard notation here. Use the -i option to instruct the program
31 to read the file.
32
34 Options are used to provide extra information to customize the execu‐
35 tion of a command. They are specified as command arguments.
36
37 Each option has a full form starting with two dashes and an optional
38 short form starting with one dash only. Options are case-sensitive. It
39 is allowed to merge two or more successive short options together. Some
40 options require a value; in this case a value is taken from a subse‐
41 quent argument. When a full form is used, an option and its value can
42 also be separated by an equal sign. When a short form is used, its
43 value can immediately follow the option.
44
45 Whenever there is a conflict between a configuration file parameter and
46 an option of the same meaning, the option always take precedence.
47
48 -s, --set name=value
49 set value of configuration parameter
50
51 -i, --read-dirfile filepath
52 read list of input files from specified file; see the Files sec‐
53 tion for details.
54
55 -p, --configuration-file filepath
56 read parameters from given configuration file. See the Configu‐
57 ration file section for details.
58
59 -h, --help
60 print list of command-line parameters
61
62 -q, --quiet
63 quiet mode; suppress all messages
64
65 --version
66 print software version string
67
68 --licence
69 print software licence
70
71 --verbose
72 verbose mode; print debug messages
73
75 Configuration files are used to set the input parameters to the process
76 that is going to be executed by a command. Use the -p option to
77 instruct the program to read the file before other command-line options
78 are processed.
79
80 The configuration file consists of a set of parameters stored in a text
81 file. Each parameter is stored on a separate line in the following
82 form: name = value, all other lines are silently ignored. Parameter
83 names are case-sensitive.
84
85 bitpix = value
86 output data format (0=Auto)
87
88 level = value
89 average level of output frame in ADU
90
92 autoflat out.fts in1.fts in2.fts in3.fts
93 The command computes the master-flat frame from the input files
94 in1.fts, in2.fts a in3.fts; the resulting frame is stored to
95 output file out.fts.
96
98 The command returns a zero exit status if it succeeds to process all
99 specified files. Otherwise, it will stop immediately when an error
100 occurs and a nonzero error code is returned.
101
103 http://c-munipack.sourceforge.net/
104
106 David Motl, dmotl@volny.cz
107
109 This program is free software; you can redistribute it and/or modify it
110 under the terms of the GNU General Public License version 2 as pub‐
111 lished by the Free Software Foundation.
112
113 This program is distributed in the hope that it will be useful, but
114 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
115 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
116 Public License for more details.
117
119 cmunipack(3), muniwin(1), meanbias(1), meandark(1), biasbat(1), dark‐
120 bat(1), flatbat(1), timebat(1), airmass(1), helcor(1), kombine(1),
121 konve(1), muniphot(1), munimatch(1), munilist(1)
122
123
124
125version 1.2.10 May 16, 2010 autoflat(1)