Changeset 34102
- Timestamp:
- Jun 27, 2012, 4:16:55 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
ippconfig/recipes/ppStack.config (modified) (1 diff)
-
ppStack/src/ppStackTarget.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config
r34050 r34102 84 84 85 85 PSF.AUTOSIZE BOOL FALSE # Determine output PSF size from input PSFs? 86 # need to add/mod autosize to allow for simple autosize versus envelope 86 # need to add/mod autosize to allow for simple autosize versus envelope? 87 87 # PSF.AUTOENVEL BOOL TRUE # rather than autosize 88 88 PSF.OUTPUT.FWHM F32 5.0 # Target size for output PSF (if not auto-sized), -1 as FWHM -
branches/meh_branches/ppstack_test/ppStack/src/ppStackTarget.c
r34041 r34102 196 196 197 197 float norm = powf(10.0, -0.4 * options->norm->data.F32[i]); // Normalisation from stars 198 float meanVariance = bg->robustMedian * PS_SQR(norm); // Mean variance in normalised image 198 // float meanVariance = bg->robustMedian * PS_SQR(norm); // Mean variance in normalised image 199 //MEH - gene emailed about this and is in trunk already (just after merge) 200 float meanVariance = mean * PS_SQR(norm); // Mean variance in normalised image 201 199 202 200 203 if (meanVariance < minVariance) {
Note:
See TracChangeset
for help on using the changeset viewer.
