source: trunk/docs/app-VOTable.tex @ 992

Last change on this file since 992 was 992, checked in by MatthewWhiting, 12 years ago

Updating various appendices in the Guide, as well as the release date (still a bit nominal).

File size: 7.0 KB
Line 
1% -----------------------------------------------------------------------
2% app-VOTable.tex: Example VOTable output.
3% -----------------------------------------------------------------------
4% Copyright (C) 2006, Matthew Whiting, ATNF
5%
6% This program is free software; you can redistribute it and/or modify it
7% under the terms of the GNU General Public License as published by the
8% Free Software Foundation; either version 2 of the License, or (at your
9% option) any later version.
10%
11% Duchamp is distributed in the hope that it will be useful, but WITHOUT
12% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13% FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14% for more details.
15%
16% You should have received a copy of the GNU General Public License
17% along with Duchamp; if not, write to the Free Software Foundation,
18% Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
19%
20% Correspondence concerning Duchamp may be directed to:
21%    Internet email: Matthew.Whiting [at] atnf.csiro.au
22%    Postal address: Dr. Matthew Whiting
23%                    Australia Telescope National Facility, CSIRO
24%                    PO Box 76
25%                    Epping NSW 1710
26%                    AUSTRALIA
27% -----------------------------------------------------------------------
28%\begin{landscape}
29\secA{Example VOTable output}
30\label{app-votable}
31This is part of the VOTable, in XML format, corresponding to a search
32with wavelet reconstruction.
33
34%\begin{sideways}
35%\begin{minipage}[b]{180mm}
36{\tiny
37  \begin{verbatim}
38<?xml version="1.0"?>
39<VOTABLE version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
40 xsi:noNamespaceSchemaLocation="http://www.ivoa.net/xml/VOTable/VOTable/v1.1">
41  <COOSYS ID="J2000" equinox="J2000" system="eq_FK5"/>
42  <RESOURCE name="Duchamp Output">
43    <TABLE name="Detections">
44      <DESCRIPTION>Detected sources and parameters from running the Duchamp source finder.</DESCRIPTION>
45      <PARAM name="imageFile" ucd="meta.file;meta.fits" datatype="char" arraysize="63" value="/home/mduchamp/fountain.fits"/>
46      <PARAM name="flagSubsection" ucd="meta.code" datatype="boolean" value="0"/>
47      <PARAM name="flagStatSec" ucd="meta.code" datatype="boolean" value="0"/>
48      <PARAM name="searchType" ucd="meta.note" datatype="char" arraysize="8" value="spectral"/>
49      <PARAM name="flagNegative" ucd="meta.code" datatype="boolean" value="0"/>
50      <PARAM name="flagBaseline" ucd="meta.code" datatype="boolean" value="0"/>
51      <PARAM name="flagRobustStats" ucd="meta.code" datatype="boolean" value="1"/>
52      <PARAM name="flagFDR" ucd="meta.code" datatype="boolean" value="0"/>
53      <PARAM name="snrCut" ucd="stat.snr;phot;stat.min" datatype="float" value="3"/>
54      <PARAM name="flagGrowth" ucd="meta.code" datatype="boolean" value="0"/>
55      <PARAM name="minVoxels" ucd="" datatype="int" value="7"/>
56      <PARAM name="minPix" ucd="" datatype="int" value="5"/>
57      <PARAM name="minChannels" ucd="" datatype="int" value="3"/>
58      <PARAM name="flagAdjacent" ucd="meta.code" datatype="boolean" value="1"/>
59      <PARAM name="threshVelocity" ucd="" datatype="float" value="3"/>
60      <PARAM name="flagRejectBeforeMerge" ucd="" datatype="boolean" value="0"/>
61      <PARAM name="flagTwoStageMerging" ucd="" datatype="boolean" value="0"/>
62      <PARAM name="pixelCentre" ucd="" datatype="char" arraysize="8" value="centroid"/>
63      <PARAM name="flagSmooth" ucd="meta.code" datatype="boolean" value="0"/>
64      <PARAM name="flagATrous" ucd="meta.code" datatype="boolean" value="1"/>
65      <PARAM name="reconDim" ucd="" datatype="int" value="1"/>
66      <PARAM name="scaleMin" ucd="" datatype="int" value="1"/>
67      <PARAM name="snrRecon" ucd="" datatype="float" value="3"/>
68      <PARAM name="filterCode" ucd="" datatype="int" value="1"/>
69      <FIELD name="Obj#" ID="col01" ucd="meta.id" datatype="int" units="" width="5"/>
70      <FIELD name="Name" ID="col02" ucd="meta.id;meta.main" datatype="char" units="" arraysize="15"/>
71      <FIELD name="RA" ID="col03" ucd="pos.eq.ra;meta.main" ref="J2000" datatype="float" units="deg" width="11" precision="6"/>
72      <FIELD name="DEC" ID="col04" ucd="phys.angSize;pos.eq.ra" ref="J2000" datatype="float" units="deg" width="11" precision="6"/>
73      <FIELD name="VELO" ID="col05" ucd="phys.veloc;src.dopplerVeloc" datatype="float" units="km/s" width="9" precision="3"/>
74      <FIELD name="w_RA" ID="col06" ucd="pos.eq.dec;meta.main" ref="J2000" datatype="float" units="arcmin" width="9" precision="2"/>
75      <FIELD name="w_DEC" ID="col07" ucd="phys.angSize;pos.eq.dec" ref="J2000" datatype="float" units="arcmin" width="9" precision="2"/>
76      <FIELD name="w_50" ID="col08" ucd="phys.veloc;src.dopplerVeloc;spect.line.width" datatype="float" units="km/s" width="8" precision="3"/>
77      <FIELD name="w_20" ID="col09" ucd="phys.veloc;src.dopplerVeloc;spect.line.width" datatype="float" units="km/s" width="8" precision="3"/>
78      <FIELD name="w_VELO" ID="col10" ucd="phys.veloc;src.dopplerVeloc;spect.line.width" datatype="float" units="km/s" width="8" precision="3"/>
79      <FIELD name="Integrated_Flux" ID="col11" ucd="phot.flux;spect.line.intensity" datatype="float" units="Jy.km/s" width="10" precision="3"/>
80      <FIELD name="Peak_Flux" ID="col12" ucd="phot.flux;spect.line.intensity" datatype="float" units="Jy/beam" width="10" precision="3"/>
81      <FIELD name="S/Nmax" ID="col13" ucd="phot.flux;stat.snr" datatype="float" units="" width="7" precision="2"/>
82      <FIELD name="Flag" ID="col14" ucd="meta.code.qual" datatype="char" units="" arraysize="5"/>
83      <FIELD name="X_av" ID="col15" ucd="pos.cartesian.x" datatype="float" units="" width="6" precision="1"/>
84      <FIELD name="Y_av" ID="col16" ucd="pos.cartesian.y" datatype="float" units="" width="6" precision="1"/>
85      <FIELD name="Z_av" ID="col17" ucd="pos.cartesian.z" datatype="float" units="" width="6" precision="1"/>
86      <FIELD name="X_Centroid" ID="col18" ucd="pos.cartesian.x" datatype="float" units="" width="7" precision="1"/>
87      <FIELD name="Y_Centroid" ID="col19" ucd="pos.cartesian.y" datatype="float" units="" width="7" precision="1"/>
88      <FIELD name="Z_Centroid" ID="col20" ucd="pos.cartesian.z" datatype="float" units="" width="7" precision="1"/>
89      <FIELD name="X_peak" ID="col21" ucd="pos.cartesian.x" datatype="int" units="" width="7"/>
90      <FIELD name="Y_peak" ID="col22" ucd="pos.cartesian.y" datatype="int" units="" width="7"/>
91      <FIELD name="Z_peak" ID="col23" ucd="pos.cartesian.z" datatype="int" units="" width="7"/>
92      <DATA>
93        <TABLEDATA>
94        <TR>
95          <TD>    1</TD><TD> J060946-215932</TD><TD>  92.444503</TD><TD> -21.992234</TD><TD>  225.640</TD><TD>    20.32</TD>
96<TD>    23.76</TD><TD>  25.442</TD><TD>  41.038</TD><TD>  26.403</TD><TD>     4.621</TD><TD>     0.213</TD><TD>  16.41</TD>
97<TD>    M</TD><TD>  57.9</TD><TD> 139.8</TD><TD> 115.0</TD><TD>   58.0</TD><TD>  139.9</TD><TD>  114.6</TD><TD>     59</TD>
98<TD>    140</TD><TD>    114</TD>
99        </TR>
100... truncated ...
101        </TABLEDATA>
102      </DATA>
103    </TABLE>
104  </RESOURCE>
105</VOTABLE>
106  \end{verbatim}
107}
108%\end{minipage}
109%\end{sideways}
110%\end{landscape}
Note: See TracBrowser for help on using the repository browser.