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

Last change on this file since 1441 was 1435, checked in by MatthewWhiting, 7 years ago

Updating the version number to 1.6.2 for configure script and
documentation.
Also updating the docs to account for recent changes to the VOTable
format (#526)

File size: 9.8 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.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
40 xmlns="http://www.ivoa.net/xml/VOTable/v1.3" xmlns:stc="http://www.ivoa.net/xml/STC/v1.30" >
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="55" value="/Users/whi550/ObsData/cubes/H201_abcde_luther_chop.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.5"/>
54      <PARAM name="flagGrowth" ucd="meta.code" datatype="boolean" value="0"/>
55      <PARAM name="minPix" ucd="" datatype="int" value="5"/>
56      <PARAM name="minChannels" ucd="" datatype="int" value="3"/>
57      <PARAM name="minVoxels" ucd="" datatype="int" value="7"/>
58      <PARAM name="flagAdjacent" ucd="meta.code" datatype="boolean" value="1"/>
59      <PARAM name="threshVelocity" ucd="" datatype="float" value="7"/>
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="scaleMax" ucd="" datatype="int" value="8"/>
68      <PARAM name="snrRecon" ucd="" datatype="float" value="4"/>
69      <PARAM name="reconConvergence" ucd="" datatype="float" value="0.005"/>
70      <PARAM name="filterCode" ucd="" datatype="int" value="1"/>
71      <PARAM name="thresholdActual" ucd="" datatype="float" unit="Jy/beam" value="0.0461842"/>
72      <PARAM name="noiseMeanActual" ucd="" datatype="float" unit="Jy/beam" value="0.000122074"/>
73      <PARAM name="noiseSpreadActual" ucd="" datatype="float" unit="Jy/beam" value="0.0131606"/>
74      <FIELD name="ObjID" ID="col_objnum" ucd="meta.id" datatype="int" unit="" width="8"/>
75      <FIELD name="Name" ID="col_name" ucd="meta.id;meta.main" datatype="char" unit="" arraysize="15"/>
76      <FIELD name="X" ID="col_x" ucd="pos.cartesian.x" datatype="float" unit="" width="6" precision="1"/>
77      <FIELD name="Y" ID="col_y" ucd="pos.cartesian.y" datatype="float" unit="" width="6" precision="1"/>
78      <FIELD name="Z" ID="col_z" ucd="pos.cartesian.z" datatype="float" unit="" width="6" precision="1"/>
79      <FIELD name="RA" ID="col_rajd" ucd="pos.eq.ra;meta.main" ref="J2000" datatype="float" unit="deg" width="11" precision="6"/>
80      <FIELD name="DEC" ID="col_decjd" ucd="pos.eq.dec;meta.main" ref="J2000" datatype="float" unit="deg" width="11" precision="6"/>
81      <FIELD name="VRAD" ID="col_vel" ucd="phys.veloc;spect.dopplerVeloc.rad;meta.main" datatype="float" unit="km/s" width="9" precision="3"/>
82      <FIELD name="MAJ" ID="col_maj" ucd="phys.angSize.smajAxis" ref="J2000" datatype="float" unit="deg" width="6" precision="2"/>
83      <FIELD name="MIN" ID="col_min" ucd="phys.angSize.sminAxis" ref="J2000" datatype="float" unit="deg" width="7" precision="3"/>
84      <FIELD name="PA" ID="col_pa" ucd="pos.posAng;phys.angSize" ref="J2000" datatype="float" unit="deg" width="7" precision="2"/>
85      <FIELD name="w_RA" ID="col_wra" ucd="phys.angSize;pos.eq.ra" ref="J2000" datatype="float" unit="arcmin" width="9" precision="2"/>
86      <FIELD name="w_DEC" ID="col_wdec" ucd="phys.angSize;pos.eq.dec" ref="J2000" datatype="float" unit="arcmin" width="9" precision="2"/>
87      <FIELD name="w_50" ID="col_w50" ucd="spect.line.width.50;phys.veloc;spect.dopplerVeloc.rad" datatype="float" unit="km/s" width="8" precision="3"/>
88      <FIELD name="w_20" ID="col_w20" ucd="spect.line.width.20;phys.veloc;spect.dopplerVeloc.rad" datatype="float" unit="km/s" width="8" precision="3"/>
89      <FIELD name="w_VRAD" ID="col_wvel" ucd="spect.line.width.full;phys.veloc;spect.dopplerVeloc.rad" datatype="float" unit="km/s" width="8" precision="3"/>
90      <FIELD name="Integrated_Flux" ID="col_fint" ucd="phot.flux.density.integratedspect.line.intensity" datatype="float" unit="Jy.km/s" width="10" precision="3"/>
91      <FIELD name="Integrated_Flux_Error" ID="col_efint" ucd="phot.flux.density.integrated;stat.err" datatype="float" unit="Jy.km/s" width="10" precision="3"/>
92      <FIELD name="Peak_Flux" ID="col_fpeak" ucd="phot.flux;stat.maxspect.line.intensity" datatype="float" unit="Jy/beam" width="10" precision="3"/>
93      <FIELD name="S/Nmax" ID="col_snrmax" ucd="stat.snr;phot.flux" datatype="float" unit="" width="7" precision="2"/>
94      <FIELD name="X1" ID="col_x1" ucd="pos.cartesian.x;stat.min" datatype="int" unit="" width="4"/>
95      <FIELD name="X2" ID="col_x2" ucd="pos.cartesian.x;stat.max" datatype="int" unit="" width="4"/>
96      <FIELD name="Y1" ID="col_y1" ucd="pos.cartesian.y;stat.min" datatype="int" unit="" width="4"/>
97      <FIELD name="Y2" ID="col_y2" ucd="pos.cartesian.y;stat.max" datatype="int" unit="" width="4"/>
98      <FIELD name="Z1" ID="col_z1" ucd="pos.cartesian.z;stat.min" datatype="int" unit="" width="4"/>
99      <FIELD name="Z2" ID="col_z2" ucd="pos.cartesian.z;stat.max" datatype="int" unit="" width="4"/>
100      <FIELD name="Nvoxel" ID="col_nvox" ucd="phys.size;instr.pixel;em.bin" datatype="int" unit="" width="7"/>
101      <FIELD name="Nchan" ID="col_nch" ucd="spect.line.width.full;em.bin" datatype="int" unit="" width="6"/>
102      <FIELD name="Nspatpix" ID="col_spsize" ucd="phys.angArea;instr.pixel" datatype="int" unit="" width="9"/>
103      <FIELD name="Flag" ID="col_flag" ucd="meta.code.qual" datatype="char" unit="" arraysize="5"/>
104      <FIELD name="X_av" ID="col_xav" ucd="pos.cartesian.x;stat.mean" datatype="float" unit="" width="6" precision="1"/>
105      <FIELD name="Y_av" ID="col_yav" ucd="pos.cartesian.y;stat.mean" datatype="float" unit="" width="6" precision="1"/>
106      <FIELD name="Z_av" ID="col_zav" ucd="pos.cartesian.z;stat.mean" datatype="float" unit="" width="6" precision="1"/>
107      <FIELD name="X_Centroid" ID="col_xcent" ucd="pos.cartesian.x;stat.centroid" datatype="float" unit="" width="7" precision="1"/>
108      <FIELD name="Y_Centroid" ID="col_ycent" ucd="pos.cartesian.y;stat.centroid" datatype="float" unit="" width="7" precision="1"/>
109      <FIELD name="Z_Centroid" ID="col_zcent" ucd="pos.cartesian.z;stat.centroid" datatype="float" unit="" width="7" precision="1"/>
110      <FIELD name="X_peak" ID="col_xpeak" ucd="pos.cartesian.x;phot.flux;stat.max" datatype="int" unit="" width="7"/>
111      <FIELD name="Y_peak" ID="col_ypeak" ucd="pos.cartesian.y;phot.flux;stat.max" datatype="int" unit="" width="7"/>
112      <FIELD name="Z_peak" ID="col_zpeak" ucd="pos.cartesian.z;phot.flux;stat.max" datatype="int" unit="" width="7"/>
113      <DATA>
114        <TABLEDATA>
115        <TR>
116          <TD>       1</TD><TD> J060930-215738</TD><TD>  58.9</TD><TD> 140.4</TD><TD> 114.5</TD><TD>  92.378723</TD>
117<TD> -21.960721</TD><TD>  223.964</TD><TD>  0.43</TD><TD>  0.280</TD><TD> 113.19</TD><TD>    52.43</TD><TD>    31.33</TD>
118<TD>  25.752</TD><TD>  40.905</TD><TD>  65.957</TD><TD>     9.767</TD><TD>     0.127</TD><TD>     0.213</TD><TD>  16.17</TD>
119<TD>  53</TD><TD>  65</TD><TD> 136</TD><TD> 143</TD><TD> 113</TD><TD> 118</TD><TD>    116</TD><TD>     4</TD><TD>       57</TD>
120<TD>    F</TD><TD>  59.1</TD><TD> 140.4</TD><TD> 114.6</TD><TD>   58.9</TD><TD>  140.4</TD><TD>  114.5</TD><TD>     59</TD>
121<TD>    140</TD><TD>    114</TD>
122        </TR>
123... truncated ...
124        </TABLEDATA>
125      </DATA>
126    </TABLE>
127  </RESOURCE>
128</VOTABLE>
129\end{verbatim}
130}
131%\end{minipage}
132%\end{sideways}
133%\end{landscape}
134
135%%% Local Variables:
136%%% mode: latex
137%%% TeX-master: "Guide"
138%%% End:
Note: See TracBrowser for help on using the repository browser.