- Timestamp:
- Sep 2, 2012, 1:10:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psphot/src/psphotFindDetections.c
r33914 r34378 120 120 if (useFootprints) { 121 121 if (replaceSourcesForFootprints) { 122 // subtract the noise for all sources including satstars 122 123 psphotAddOrSubNoiseReadout(config, view, filerule, index, recipe, false); 123 124 psphotReplaceAllSourcesReadout (config, view, filerule, index, recipe, false); 125 126 // add in the satstars 127 psphotAddOrSubSatstarsReadout (config, view, filerule, index, recipe, true); 128 124 129 psFree (significance); 125 130 significance = psphotSignificanceImage (readout, recipe, maskVal); 131 132 // display the significance image 133 psphotVisualShowSignificance (significance->variance, 0.98*threshold, 1.02*threshold); 126 134 } 127 135 … … 130 138 if (replaceSourcesForFootprints) { 131 139 psphotRemoveAllSourcesReadout (config, view, filerule, index, recipe, false); 140 141 // subtract the satstars 142 psphotAddOrSubSatstarsReadout (config, view, filerule, index, recipe, false); 132 143 } 133 144 }
Note:
See TracChangeset
for help on using the changeset viewer.
