source: tags/release-1.6.1/docs/app-DS9.tex

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

Large amount of documentation updates, getting everything up to date with the recent changes, and ensuring the example outputs are compatible with how things are done now.

File size: 2.9 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.5
38# Results for FITS file: /home/mduchamp/fountain.fits
39# imageFile              /home/mduchamp/fountain.fits
40# flagSubsection         0
41# flagStatSec            0
42# searchType             spectral
43# flagNegative           0
44# flagBaseline           0
45# flagRobustStats        1
46# flagFDR                0
47# snrCut                 3.5
48# flagGrowth             0
49# minPix                 5
50# minChannels            3
51# minVoxels              7
52# flagAdjacent           1
53# threshVelocity         7
54# flagRejectBeforeMerge  0
55# flagTwoStageMerging    0
56# pixelCentre            centroid
57# flagSmooth             0
58# flagATrous             1
59# reconDim               1
60# scaleMin               1
61# scaleMax               8
62# snrRecon               4
63# reconConvergence       0.005
64# filterCode             1
65# Detection threshold used = 0.0461842
66# Mean of noise background = 0.000122074
67# Std. Deviation of noise background = 0.0131606
68#  [Using robust methods]
69global color=red
70fk5
71line 92.839864 -22.144360 92.767849 -22.145538
72line 92.838756 -22.077549 92.766775 -22.078727
73line 92.767849 -22.145538 92.695836 -22.146680
74...
75text 92.378723 -21.960721 {1}
76\end{verbatim}
77
78%%% Local Variables:
79%%% mode: latex
80%%% TeX-master: "Guide"
81%%% End:
Note: See TracBrowser for help on using the repository browser.