Changeset 34404 for trunk/psphot/src/psphotFindDetections.c
- Timestamp:
- Sep 5, 2012, 4:19:30 PM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot/src (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotFindDetections.c
r33914 r34404 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.
