source: trunk/docs/app-paramEx.tex @ 201

Last change on this file since 201 was 162, checked in by Matthew Whiting, 18 years ago

Editing of Guide. Mostly minor, with one new parameter added (beamSize).

File size: 3.7 KB
Line 
1\secA{Example parameter files}
2\label{app-input}
3
4This is what a typical parameter file would look like.
5
6\begin{verbatim}
7imageFile       /home/mduchamp/fountain.fits
8logFile         logfile.txt
9outFile         results.txt
10spectraFile     spectra.ps
11flagSubsection  false
12flagOutputRecon false
13flagOutputResid 0
14flagBlankPix    1
15flagMW          1
16minMW           75
17maxMW           112
18minPix          3
19flagGrowth      1
20growthCut       1.5
21flagATrous      0
22scaleMin        1
23snrRecon        4
24flagFDR         1
25alphaFDR        0.1
26numPixPSF       20
27snrCut          3
28threshSpatial   3
29threshVelocity  7
30\end{verbatim}
31
32Note that, as in this example, the flag parameters can be entered as
33strings (true/false) or integers (1/0). Also, note that it is not
34necessary to include all these parameters in the file, only those that
35need to be changed from the defaults (as listed in
36Appendix~\ref{app-param}), which in this case would be very few. A
37minimal parameter file might look like:
38\begin{verbatim}
39imageFile       /home/mduchamp/fountain.fits
40flagLog         false
41snrRecon        3
42snrCut          2.5
43minChannels     4
44\end{verbatim}
45This will reconstruct the cube with a lower SNR value than the
46default, select objects at a lower threshold,  with a looser minimum
47channel requirement, and not keep a log of the intermediate
48detections.
49
50The following page demonstrates how the parameters are presented to
51the user, both on the screen at execution time, and in the output and
52log files. On each line, there is a description on the parameter, the
53relevant parameter name that is used in the input file (if there is
54one that the user can enter), and the value of the parameter being
55used.
56\newpage
57\begin{landscape}
58Typical presentation of parameters in output and log files: 
59\begin{verbatim}
60---- Parameters ----
61Image to be analysed.........................[imageFile]  =  /home/mduchamp/fountain.fits
62Intermediate Logfile...........................[logFile]  =  duchamp-Logfile.txt
63Final Results file.............................[outFile]  =  duchamp-Results.txt
64Spectrum file..............................[spectraFile]  =  duchamp-Spectra.ps   
650th Moment Map...............................[momentMap]  =  duchamp-MomentMap.ps
66Detection Map.............................[detectionMap]  =  duchamp-DetectionMap.ps
67Saving reconstructed cube?.............[flagoutputrecon]  =  false
68Saving residuals from reconstruction?..[flagoutputresid]  =  false
69------
70Searching for Negative features?..........[flagNegative]  =  false
71Fixing Blank Pixels?......................[flagBlankPix]  =  true
72Blank Pixel Value.......................................  =  -8.00061
73Removing Milky Way channels?....................[flagMW]  =  true
74Milky Way Channels.......................[minMW - maxMW]  =  75-112
75Beam Size (pixels)......................................  =  10.1788
76Removing baselines before search?.........[flagBaseline]  =  false
77Minimum # Pixels in a detection.................[minPix]  =  2
78Minimum # Channels in a detection..........[minChannels]  =  3
79Growing objects after detection?............[flagGrowth]  =  false
80Using A Trous reconstruction?...............[flagATrous]  =  true
81Number of dimensions in reconstruction........[reconDim]  =  3
82Minimum scale in reconstruction...............[scaleMin]  =  1
83SNR Threshold within reconstruction...........[snrRecon]  =  4
84Filter being used for reconstruction........[filterCode]  =  1 (B3 spline function)
85Using FDR analysis?............................[flagFDR]  =  false
86SNR Threshold...................................[snrCut]  =  3
87Using Adjacent-pixel criterion?...........[flagAdjacent]  =  true
88Max. velocity separation for merging....[threshVelocity]  =  7
89Method of spectral plotting.............[spectralMethod]  =  peak
90\end{verbatim}
Note: See TracBrowser for help on using the repository browser.