Changeset 32996 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Dec 22, 2011, 9:00:06 AM (15 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/psphotReadout.c
r32695 r32996 127 127 // psphotLoadExtSources (config, view, filerule); // pass 1 128 128 129 // construct an initial model for each object, set the radius to fitRadius, set circular130 // fit mask (detections->newSources)131 psphotGuessModels (config, view, filerule); // pass 1132 133 129 // merge the newly selected sources into the existing list 134 130 // NOTE: merge OLD and NEW 135 131 psphotMergeSources (config, view, filerule); 132 133 // Construct an initial model for each object, set the radius to fitRadius, set circular 134 // fit mask. NOTE: only applied to sources without guess models 135 psphotGuessModels (config, view, filerule); // pass 1 136 136 137 137 // linear PSF fit to source peaks, subtract the models from the image (in PSF mask) … … 193 193 } 194 194 195 // create full input models, set the radius to fitRadius, set circular fit mask196 // NOTE: apply only to detections->newSources197 psphotGuessModels (config, view, filerule); // pass 2 (detections->newSources)198 199 195 // replace all sources so fit below applies to all at once 200 196 // NOTE: apply only to OLD sources (which have been subtracted) … … 205 201 // XXX check on free of sources... 206 202 psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources) 203 204 // Construct an initial model for each object, set the radius to fitRadius, set circular 205 // fit mask. NOTE: only applied to sources without guess models 206 psphotGuessModels (config, view, filerule); // pass 1 207 207 208 208 // NOTE: apply to ALL sources … … 234 234 } 235 235 236 // create full input models, set the radius to fitRadius, set circular fit mask237 // NOTE: apply only to detections->newSources238 psphotGuessModels (config, view, filerule); // pass 2 (detections->newSources)239 240 236 // replace all sources so fit below applies to all at once 241 237 // NOTE: apply only to OLD sources (which have been subtracted) … … 247 243 psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources) 248 244 245 // Construct an initial model for each object, set the radius to fitRadius, set circular 246 // fit mask. NOTE: only applied to sources without guess models 247 psphotGuessModels (config, view, filerule); // pass 1 248 249 249 // NOTE: apply to ALL sources 250 250 psphotFitSourcesLinear (config, view, filerule, true); // pass 3 (detections->allSources)
Note:
See TracChangeset
for help on using the changeset viewer.
