source: tags/release-1.6.1/docs/app-casa.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: 3.0 KB
Line 
1% -----------------------------------------------------------------------
2% app-casa.tex: Example output region file for CASA
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 CASA Region file output}
29\label{app-casa}
30
31This is the format of the CASA region file, showing the locations
32of the detected objects. This can be loaded in casapy, and should be
33able to be used in the casaviewer image viewer (once that
34functionality is made available)
35
36\begin{verbatim}
37#CRTFv0
38# Duchamp Source Finder v.1.5
39# Results for FITS file: /home/mduchamp/fountain.fits
40# imageFile              /home/mduchamp/fountain.fits
41# flagSubsection         0
42# flagStatSec            0
43# searchType             spectral
44# flagNegative           0
45# flagBaseline           0
46# flagRobustStats        1
47# flagFDR                0
48# snrCut                 3.5
49# flagGrowth             0
50# minPix                 5
51# minChannels            3
52# minVoxels              7
53# flagAdjacent           1
54# threshVelocity         7
55# flagRejectBeforeMerge  0
56# flagTwoStageMerging    0
57# pixelCentre            centroid
58# flagSmooth             0
59# flagATrous             1
60# reconDim               1
61# scaleMin               1
62# scaleMax               8
63# snrRecon               4
64# reconConvergence       0.005
65# filterCode             1
66# Detection threshold used = 0.0461842
67# Mean of noise background = 0.000122074
68# Std. Deviation of noise background = 0.0131606
69#  [Using robust methods]
70global color=red, coord=J2000
71#
72box[[92.842095deg,-22.277967deg], [91.899837deg,-21.755824deg]], label='1'
73line[[92.839864deg,-22.144360deg], [92.767849deg,-22.145538deg]]
74line[[92.838756deg,-22.077549deg], [92.766775deg,-22.078727deg]]
75line[[92.767849deg,-22.145538deg], [92.695836deg,-22.146680deg]]
76...
77text[[92.378723deg,-21.960721deg], '1']
78
79\end{verbatim}
80
81%%% Local Variables:
82%%% mode: latex
83%%% TeX-master: "Guide"
84%%% End:
Note: See TracBrowser for help on using the repository browser.