Changeset 25934
- Timestamp:
- Oct 23, 2009, 9:19:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_process.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_process.pl
r25933 r25934 103 103 $command .= " --verbose" if $verbose; 104 104 105 # added per Paul Sydney's request Jan 6, 2009 106 # removed per Paul Sydney March 30, 2009 107 # $command .= " -D 3"; 108 109 110 # added per Paul Sydney's Jan 8, 2009 to help solve the STS problem 111 # removed because it didn't help the STS problem and it quadrupled the number of false streaks for m31 112 # Paul asked me to remove this parameter Jan 20,2009 113 # $command .= " -C 0"; 114 115 116 # $command .= " -u 6"; 105 ### To enable debugging output: 117 106 # $command .= " --test"; 118 107 … … 141 130 142 131 $command .= " --detect --image $image --mask $mask --weight $weight -k $template"; 143 144 # XXX: get all of these parameters from a recipe145 146 # set threshold to 2.3 sigma (Default specified by Paul Sydney)147 $command .= ' -t 2.3';148 149 # set threshold to 2.75 sigma (Test by EAM : uncorrelated noise is typically ~20% higher than expected)150 # XXX we have fixed the output variance to address this151 # $command .= ' -t 2.75';152 153 # set threshold to 4 sigma (for testing)154 # $command .= ' -t 4';155 156 # set Minimum percent visible required between pixels clusters in a valid streak [0.0 - 1.0]157 # default is 0.2158 # $command .= ' -P 0.2';159 160 #$command .= ' -t 4' . ' -P 0.25';161 162 # add -S "Number of pixels to shift for determining maximum differences in mean images default:8"163 $command .= ' -S';164 165 # add 3 x 3 binning166 $command .= ' -b 3';167 132 168 133 # create the list of inputs used at this stage. At higher levels the
Note:
See TracChangeset
for help on using the changeset viewer.
