File: node13.html

package info (click to toggle)
gcx 0.9.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,052 kB
  • ctags: 3,446
  • sloc: ansic: 37,409; sh: 3,059; perl: 1,453; makefile: 162
file content (174 lines) | stat: -rw-r--r-- 8,545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Command Line Options</TITLE>
<META NAME="description" CONTENT="Command Line Options">
<META NAME="keywords" CONTENT="gcx">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gcx.css">

<LINK REL="next" HREF="node14.html">
<LINK REL="previous" HREF="node12.html">
<LINK REL="up" HREF="gcx.html">
<LINK REL="next" HREF="node14.html">
</HEAD>

<BODY >

<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html718"
  HREF="node14.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html714"
  HREF="gcx.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html708"
  HREF="node12.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
<A NAME="tex2html716"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html719"
  HREF="node14.html">Report Converter</A>
<B> Up:</B> <A NAME="tex2html715"
  HREF="gcx.html">GCX User's Manual</A>
<B> Previous:</B> <A NAME="tex2html709"
  HREF="node12.html">Native Star Files</A>
 &nbsp; <B>  <A NAME="tex2html717"
  HREF="node1.html">Contents</A></B> 
<BR>
<BR></DIV>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION001300000000000000000">
Command Line Options</A>
</H1>

<P>
Most of the data reduction functions of <SMALL>GCX </SMALL>are available from the
command line. The program's command-line options are listed below. The
same text can be obtained using <TT>gcx -help</TT>.
<SMALL CLASS="FOOTNOTESIZE"></SMALL><PRE>
load_par_file: cannot open /root/.gcxrc

gcx version 0.9.7

usage: gcx [options] [&lt;fits file&gt; ...]

                       General options:
-h, --help                         Print command line options
    --help-all                     Print all the on-line help on stdout
    --version                      Print program version
-D, --debug &lt;level&gt;                Set debug level to &lt;level&gt;; 0=quiet, 4=noisy
-o, --output &lt;file_name&gt;           Specify output file name for import, convert
                                     and frame operations
-r, --rcfile &lt;params_file&gt;         Load parameters file
-S, --set &lt;option&gt;=&lt;value&gt;         Set an option overriding the parameters file
-i, --interactive                  Display frames as they are being processed

       Observation scripting, photometry and file conversion options:
-p, --recipe &lt;recipe_file&gt;         Load recipe file (searches rcp_path)
-P, --phot-run &lt;recipe_file&gt;       Load recipe file and run photometry
                                     in batch mode. Report in native
                                     format.
-V, --phot-run-aavso &lt;recipe_file&gt; Load recipe file and run photometry
                                     in batch mode. Report in AAVSO format.

  If &lt;recipe_file&gt; is set to one of the following three special tokens,
  the recipe will change depeding on information in the frame header:
        _TYHCO_ will create a recipe on-the-fly;
        _OBJECT_ will search the recipe path for a file with the same
                   name as the object in the frame (ending in .rcp);
        _AUTO_ will search for a recipe by object name, and if that
                   is not found, create a tycho one.

    --import &lt;catalog name&gt;        Convert a tabular catalog file to the gcx
                                     Lisp-like format. Reads stdin.
                                     Current table formats are:
                                     gcvs, gcvs-pos, landolt, henden, sumner
    --merge &lt;recipe_file&gt;          Merge a new recipe file over the one loaded
                                     with the --recipe option. Checks are made
                                     for either positional or name duplicates.
                                     Only stars brighter than mag_limit are
                                     merged.
    --set-target                   Specify a target object to be merged into a
                                     recipe file. It will also set the recipe
                                     object, ra and dec fields.
    --make-tycho-rcp &lt;radius&gt;      Create a recipe file for the object specified
                                     with --object using tycho2 stars in a box
                                     radius arcminutes around the object
    --rcp-to-aavso &lt;recipe_file&gt;   Conevrt a recipe file to the aavso db
                                     (tab-delimited) format
                                     If the file argument is '-', stdin is read
                                     The recipe comment and star comment fields
                                     are interpreted to get some db fields.
                                     see the --help-all for more info
-T, --rep-to-table &lt;report_file&gt;   Convert a report file to tabular format
                                     If an output file name is not specified
                                     (with the '-o' argument), stdout is used
                                     If the file argument is '-', stdin is read
-O, --obsfile &lt;obs_file&gt;           Load/run obs file (searches obs_path)
-n, --to-pnm                       Convert a fits file to 8-bit pnm
                                     If an output file name is not specified
                                     (with the '-o' argument), stdout is used
-j, --object                       Specify a target object (useful for setting
                                     an initial wcs
    --mag-limit                    Set a magnitude limit for the output of
                                     import and merge commands.

                    CCD Reduction Options
-d, --dark &lt;dark_frame&gt;            Set the dark frame / do dark subtraction
-b, --bias &lt;bias_frame&gt;            Set the bias frame / do bias subtraction
-f, --flat &lt;flat_frame&gt;            Set the flat field frame / flatfield
-G, --gaussian-blur &lt;fwhm &gt;        Set blur FWHM / apply Gaussian blur
-a, --align &lt;align_ref_frame&gt;      Set the alignment reference frame
                                      / align frames
-A, --add-bias &lt;bias&gt;              Set a constant bias to add to all frames
                                      / add a bias to frames
-M, --multiply &lt;multiplier&gt;        Set a constant to multiply all frames with
                                      / multiply frames by a scalar
                                   Multiplication is performed before addition.
-u, --update-file                  Save reduction results back to
                                     the original files
-s, --stack                        Stack the frames using the method set in
                                     the parameters file; for some methods
                                     additive background alignment is performed
-F, --superflat                    Stack the frames using an multiplicative
                                     background alignment procedure; the frames
                                     should be dark-substracted
-N, --no-reduce                    Do not run the reduction operations, just
                                     load the frame list / reduction options

    When any of the CCD reduction options is set and the -i flag
    is not specified, the reduction operations are run in batch mode
    on all the supplied fits files. When no output file is specified
    or -i is set, the files are loaded into the batch processing file
    list, the reduction options set in the dialog, and the program
    starts up in gui mode
</PRE><SMALL CLASS="FOOTNOTESIZE">
</SMALL>

<P>
<BR><HR>
<ADDRESS>
root
2005-11-27
</ADDRESS>
</BODY>
</HTML>