source: tags/release-1.0.6/docs/app-VOTable.tex @ 813

Last change on this file since 813 was 162, checked in by Matthew Whiting, 18 years ago

Editing of Guide. Mostly minor, with one new parameter added (beamSize).

File size: 2.9 KB
Line 
1\secA{Example VOTable output}
2\label{app-votable}
3This is part of the VOTable, in XML format, corresponding to the
4output file in Appendix~\ref{app-output} (the indentation has been
5removed to make it fit on the page).
6
7%\begin{landscape}
8{\scriptsize
9  \begin{verbatim}
10<?xml version="1.0"?>
11<VOTABLE version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xsi:noNamespaceSchemaLocation="http://www.ivoa.net/xml/VOTable/VOTable/v1.1">
13<COOSYS ID="J2000" equinox="J2000." epoch="J2000." system="eq_FK5"/>
14<RESOURCE name="Duchamp Output">
15<TABLE name="Detections">
16<DESCRIPTION>Detected sources and parameters from running the Duchamp source finder.</DESCRIPTION>
17<PARAM name="FITS file" datatype="char" ucd="meta.file;meta.fits" value="/home/mduchamp/fountain.fits"/>
18<PARAM name="Threshold" datatype="float" ucd="stat.snr" value="2.5">
19<PARAM name="ATrous note" datatype="char" ucd="meta.note" value="The a trous reconstruction method was used, with the following parameters.">
20<PARAM name="ATrous Dimension" datatype="int" ucd="meta.code;stat" value="3">
21<PARAM name="ATrous Cut" datatype="float" ucd="stat.snr" value="4">
22<PARAM name="ATrous Minimum Scale" datatype="int" ucd="stat.param" value="1">
23<PARAM name="ATrous Filter" datatype="char" ucd="meta.code;stat" value="B3 spline function">
24<FIELD name="ID" ID="col1" ucd="meta.id" datatype="int" width="4"/>
25<FIELD name="Name" ID="col2" ucd="meta.id;meta.main" datatype="char" arraysize="14"/>
26<FIELD name="RA" ID="col3" ucd="pos.eq.ra;meta.main" ref="J2000" datatype="float" width="10" precision="6" unit="deg"/>
27<FIELD name="Dec" ID="col4" ucd="pos.eq.dec;meta.main" ref="J2000" datatype="float" width="10" precision="6" unit="deg"/>
28<FIELD name="w_RA" ID="col3" ucd="phys.angSize;pos.eq.ra" ref="J2000" datatype="float" width="7" precision="2" unit="arcmin"/>
29<FIELD name="w_Dec" ID="col4" ucd="phys.angSize;pos.eq.dec" ref="J2000" datatype="float" width="7" precision="2" unit="arcmin"/>
30<FIELD name="Vel" ID="col4" ucd="phys.veloc;src.dopplerVeloc" datatype="float" width="9" precision="3" unit="km/s"/>
31<FIELD name="w_Vel" ID="col4" ucd="phys.veloc;src.dopplerVeloc;spect.line.width" datatype="float" width="8" precision="3" unit="km/s"/>
32<FIELD name="Integrated_Flux" ID="col4" ucd="phys.flux;spect.line.intensity" datatype="float" width="10" precision="3" unit="km/s"/>
33<DATA>
34<TABLEDATA>
35<TR>
36<TD>   1</TD><TD> J0609-2200</TD><TD> 92.410416</TD><TD>-22.013390</TD><TD>  48.50</TD><TD>  39.42</TD><TD>  213.061</TD><TD>  65.957</TD><TD>    17.572</TD>
37</TR>
38<TR>
39<TD>   2</TD><TD> J0608-2605</TD><TD> 92.042633</TD><TD>-26.085157</TD><TD>  44.47</TD><TD>  39.47</TD><TD>  233.119</TD><TD>  39.574</TD><TD>     4.144</TD>
40</TR>
41<TR>
42<TD>   3</TD><TD> J0606-2724</TD><TD> 91.637840</TD><TD>-27.412022</TD><TD>  52.48</TD><TD>  47.57</TD><TD>  302.213</TD><TD>  39.574</TD><TD>    17.066</TD>
43</TR>
44(... table truncated for clarity ...)
45</TABLEDATA>
46</DATA>
47</TABLE>
48</RESOURCE>
49</VOTABLE>
50  \end{verbatim}
51}
52\end{landscape}
Note: See TracBrowser for help on using the repository browser.