source: trunk/docs/app-DS9.tex @ 1213

Last change on this file since 1213 was 1213, checked in by MatthewWhiting, 11 years ago

Documentation updates, plus incrementing the version number to 1.3.2

File size: 2.7 KB
Line 
1% -----------------------------------------------------------------------
2% app-Karma.tex: Example output annotation file for Karma software.
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\secA{Example DS9 Region file output}
29\label{app-ds9}
30
31This is the format of the DS9 region file, showing the locations
32of the detected objects. This can be loaded by the visualisation tool
33SAOImage DS9 as an overlay on the FITS file, and should be compatible
34with CASA's casaviewer.
35
36\begin{verbatim}
37# Duchamp Source Finder v.1.3.2
38# Results for FITS file: /home/mduchamp/fountain.fits
39# imageFile              /home/mduchamp/fountain.fits
40# flagSubsection         0
41# flagStatSec            0
42# searchType             spatial
43# flagNegative           0
44# flagBaseline           0
45# flagRobustStats        1
46# flagFDR                0
47# snrCut                 4
48# flagGrowth             0
49# minVoxels              4
50# minPix                 2
51# minChannels            2
52# flagAdjacent           1
53# threshVelocity         3
54# flagRejectBeforeMerge  0
55# flagTwoStageMerging    1
56# pixelCentre            centroid
57# flagSmooth             0
58# flagATrous             0
59# Detection threshold used = 4.05187
60# Mean of noise background = 0.0148019
61# Std. Deviation of noise background = 1.00927
62#  [Using robust methods]
63global color=red
64fk5
65line 92.796776 -27.682375 92.721457 -27.683528
66line 92.795375 -27.615691 92.720102 -27.616844
67line 92.722816 -27.750214 92.647453 -27.751330
68line 92.714730 -27.350128 92.639640 -27.351239
69...
70text 92.301572 -27.583707 {1}
71\end{verbatim}
72
73%%% Local Variables:
74%%% mode: latex
75%%% TeX-master: "Guide"
76%%% End:
Note: See TracBrowser for help on using the repository browser.