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
|
<!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>Report Converter</TITLE>
<META NAME="description" CONTENT="Report Converter">
<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="node15.html">
<LINK REL="previous" HREF="node13.html">
<LINK REL="up" HREF="gcx.html">
<LINK REL="next" HREF="node15.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html730"
HREF="node15.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html726"
HREF="gcx.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html720"
HREF="node13.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html728"
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="tex2html731"
HREF="node15.html">Global Options</A>
<B> Up:</B> <A NAME="tex2html727"
HREF="gcx.html">GCX User's Manual</A>
<B> Previous:</B> <A NAME="tex2html721"
HREF="node13.html">Command Line Options</A>
<B> <A NAME="tex2html729"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION001400000000000000000"></A><A NAME="ap:repconv"></A>
<BR>
Report Converter
</H1>
<P>
The output format of <SMALL>GCX </SMALL>can be converted to a more common tabular
form using the <TT>-T</TT> option. This option uses the value of the
<TT>.file.tab_format</TT> option (<EM>File and Device Options/Report converter
output format</EM>) to specify it's output format. The text
below, taken from the on-line help, describes this option.
<P>
<SMALL CLASS="FOOTNOTESIZE"></SMALL><PRE>
Report Converter Format String
The report converter option converts the native gcx output to a
fixed-width tabular format that is easy to import in other programs
for further processing. The table's format is defined by an option
string. The option string consists of tokens separated by spaces.
There are two types of tokens: option tokens, and column tokens.
Options tokens set global table options when present. They can appear
anywhere in the format string.
tablehead Generate a table header line containing
the column titles
collist Generate a list of columns with position information
at the start of the output
res_stats Generate a line with descriptive statistics on
the stars' residuals at the end of each frame.Column tokens specify what information gets output in each column.
The first column token corresponds to the first output column, and so
on in order. Each column token can optionally be followed by a specifier
of the form: width.precision. The width excludes a single character
spacer between the columns. Supported colum tokens are:
name [w] Output the star's designator
ra [w] Output the right ascension in h:m:s format
dra [w.p] Output the right ascension in decimal degrees format
dec [w] Output the declination in d:m:s format
ddec [w.p] Output the declination in decimal degrees format
smag [w.p] "<band>" Output the standard magnitude with the given name
serr [w.p] "<band>" Output the error of the standard magnitude
with the given name
imag [w.p] "<band>" Output the instrumental magnitude with the given name
ierr [w.p] "<band>" Output the error of the instrumental magnitude
with the given name
flags [w] Output reduction flags and the star type
observation [w] Output the name of the observation (a synthetic name that
can be used to group stars reduced from the same frame
airmass [w.p] Output the airmass of the observation
jdate [w.p] Output the Julian date of the observation
mjd [w.p] Output the modified Julian date of the observation
filter [w] Output the filter name used for the observation
xc/yc [w.p] Output the frame coordintes of the star's centroid
xerr/yerr [w.p] Output the estimated centroiding errors
dx/dy [w.p] Output the amount the star was moved from it's catalog
position when the measuring aperture was centered
residual [w.p] Output the star's residual in the ensemble solution
stderr [w.p] Output the star's standard error (residual divided by
the estimated error
Fields for which data is not available are left blank
When converting recipies to AAVSO database format, some fields are obtained
from the recipe and star comments. Tokens of the form <token>=<value> are
searched for. The value is taken for the database field, with underscores and
minus signs converted to spaces. The following tokens are used:
Chart comment tokens:
d AAVSO (Harward) designation of the main var on the chart
s Original chart scale
t Latest chart date (MM/YY, YYYY or YYMMDD)
n Name of the main variable on the chart
w Who converted the chart
p Sequence source
Star comment tokens:
p Position source
c Comments
n Name of variable star
i Id of star on chart (if different from v(aavso))
</PRE><SMALL CLASS="FOOTNOTESIZE">
</SMALL>
<P>
<BR><HR>
<ADDRESS>
root
2005-11-27
</ADDRESS>
</BODY>
</HTML>
|