Changeset 32996 for trunk/psphot/src/psphotStackReadout.c
- Timestamp:
- Dec 22, 2011, 9:00:06 AM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psphot (added) merged: 32850,32924
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psphot/src (added) merged: 32850,32924
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotStackReadout.c
r32695 r32996 160 160 } 161 161 162 // construct an initial model for each object, set the radius to fitRadius, set circular fit mask163 psphotGuessModels (config, view, STACK_SRC);164 165 162 // merge the newly selected sources into the existing list 166 163 // NOTE: merge OLD and NEW 167 164 psphotMergeSources (config, view, STACK_SRC); 165 166 // Construct an initial model for each object, set the radius to fitRadius, set circular 167 // fit mask. NOTE: only applied to sources without guess models 168 psphotGuessModels (config, view, STACK_SRC); 168 169 169 170 // linear PSF fit to source peaks, subtract the models from the image (in PSF mask) … … 248 249 } 249 250 250 // create full input models, set the radius to fitRadius, set circular fit mask251 // NOTE: apply only to detections->newSources252 psphotGuessModels (config, view, STACK_SRC); // pass 2 (detections->newSources)253 254 251 // replace all sources so fit below applies to all at once 255 252 // NOTE: apply only to OLD sources (which have been subtracted) … … 260 257 // XXX check on free of sources... 261 258 psphotMergeSources (config, view, STACK_SRC); // (detections->newSources + detections->allSources -> detections->allSources) 259 260 // Construct an initial model for each object, set the radius to fitRadius, set circular 261 // fit mask. NOTE: only applied to sources without guess models 262 psphotGuessModels (config, view, STACK_SRC); 262 263 } 263 264 … … 269 270 objects = psphotMatchSources (config, view, STACK_SRC); 270 271 psMemDump("matchsources"); 272 273 // Construct an initial model for each object, set the radius to fitRadius, set circular 274 // fit mask. NOTE: only applied to sources without guess models 275 psphotGuessModels (config, view, STACK_SRC); 271 276 272 277 psphotStackObjectsUnifyPosition (objects);
Note:
See TracChangeset
for help on using the changeset viewer.
