source: branches/pixel-map-branch/docs/app-VOTable.tex @ 1441

Last change on this file since 1441 was 231, checked in by Matthew Whiting, 17 years ago

Mostly improvements to the Guide, with better formatting and descriptions of one of the changes below. The changes to the code are:

  • Addition of the option of specifying in the subsection string a number of pixels to be chopped from either end of an axis (as requested in #5).
  • Addition of a test in the reconstruction functions to see whether the number of non-BLANK pixels is zero. If so, the input array is returned as the output without having to do the reconstruction (and avoiding problems with the stats functions).
File size: 3.0 KB
Line 
1\begin{landscape}
2\secA{Example VOTable output}
3\label{app-votable}
4This is part of the VOTable, in XML format, corresponding to the
5output file in Appendix~\ref{app-output} (the indentation has been
6removed to make it fit on the page).
7
8%\begin{sideways}
9%\begin{minipage}[b]{180mm}
10{\tiny
11  \begin{verbatim}
12<?xml version="1.0"?>
13<VOTABLE version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:noNamespaceSchemaLocation="http://www.ivoa.net/xml/VOTable/VOTable/v1.1">
15<COOSYS ID="J2000" equinox="J2000." epoch="J2000." system="eq_FK5"/>
16<RESOURCE name="Duchamp Output">
17<TABLE name="Detections">
18<DESCRIPTION>Detected sources and parameters from running the Duchamp source finder.</DESCRIPTION>
19<PARAM name="FITS file" datatype="char" ucd="meta.file;meta.fits" value="/home/mduchamp/fountain.fits"/>
20<PARAM name="Threshold" datatype="float" ucd="stat.snr" value="2.5">
21<PARAM name="ATrous note" datatype="char" ucd="meta.note" value="The a trous reconstruction method was used, with the following parameters.">
22<PARAM name="ATrous Dimension" datatype="int" ucd="meta.code;stat" value="3">
23<PARAM name="ATrous Cut" datatype="float" ucd="stat.snr" value="4">
24<PARAM name="ATrous Minimum Scale" datatype="int" ucd="stat.param" value="1">
25<PARAM name="ATrous Filter" datatype="char" ucd="meta.code;stat" value="B3 spline function">
26<FIELD name="ID" ID="col1" ucd="meta.id" datatype="int" width="4"/>
27<FIELD name="Name" ID="col2" ucd="meta.id;meta.main" datatype="char" arraysize="14"/>
28<FIELD name="RA" ID="col3" ucd="pos.eq.ra;meta.main" ref="J2000" datatype="float" width="10" precision="6" unit="deg"/>
29<FIELD name="Dec" ID="col4" ucd="pos.eq.dec;meta.main" ref="J2000" datatype="float" width="10" precision="6" unit="deg"/>
30<FIELD name="w_RA" ID="col3" ucd="phys.angSize;pos.eq.ra" ref="J2000" datatype="float" width="7" precision="2" unit="arcmin"/>
31<FIELD name="w_Dec" ID="col4" ucd="phys.angSize;pos.eq.dec" ref="J2000" datatype="float" width="7" precision="2" unit="arcmin"/>
32<FIELD name="Vel" ID="col4" ucd="phys.veloc;src.dopplerVeloc" datatype="float" width="9" precision="3" unit="km/s"/>
33<FIELD name="w_Vel" ID="col4" ucd="phys.veloc;src.dopplerVeloc;spect.line.width" datatype="float" width="8" precision="3" unit="km/s"/>
34<FIELD name="Integrated_Flux" ID="col4" ucd="phys.flux;spect.line.intensity" datatype="float" width="10" precision="3" unit="km/s"/>
35<DATA>
36<TABLEDATA>
37<TR>
38<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>
39</TR>
40<TR>
41<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>
42</TR>
43<TR>
44<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>
45</TR>
46(... table truncated for clarity ...)
47</TABLEDATA>
48</DATA>
49</TABLE>
50</RESOURCE>
51</VOTABLE>
52  \end{verbatim}
53}
54%\end{minipage}
55%\end{sideways}
56\end{landscape}
Note: See TracBrowser for help on using the repository browser.