source: trunk/docs/app-casa.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: 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.3.2
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        0
47# flagFDR                0
48# snrCut                 5
49# flagGrowth             1
50# growthCut              3
51# minVoxels              7
52# minPix                 5
53# minChannels            3
54# flagAdjacent           1
55# threshVelocity         7
56# flagRejectBeforeMerge  0
57# flagTwoStageMerging    0
58# pixelCentre            centroid
59# flagSmooth             0
60# flagATrous             0
61# Detection threshold used = 0.0693069
62# Mean of noise background = 0.000421091
63# Std. Deviation of noise background = 0.0137772
64global color=red, coord=J2000
65#
66box[[88.086891deg,-29.482756deg], [87.945344deg,-29.012892deg]], label='1'
67ann ellipse[[88.053118deg,-29.283458deg], [0.272748deg,0.013333deg], 179.999776deg]
68text[[88.053118deg,-29.283458deg], '1']
69
70box[[93.194880deg,-21.870648deg], [92.542252deg,-21.480469deg]], label='2'
71ann ellipse[[92.828794deg,-21.613361deg], [0.273816deg,0.235305deg], 141.808738deg]
72text[[92.828794deg,-21.613361deg], '2']
73
74box[[90.609492deg,-24.032905deg], [89.955329deg,-23.364696deg]], label='3'
75ann ellipse[[90.281318deg,-23.666887deg], [0.269583deg,0.229524deg], 91.375033deg]
76text[[90.281318deg,-23.666887deg], '3']
77\end{verbatim}
Note: See TracBrowser for help on using the repository browser.