Changeset 31452 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- May 5, 2011, 11:09:38 AM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/psphot (added) merged: 31313-31314,31328,31337,31362,31364,31381,31384,31437,31444
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotReadout.c
r31154 r31452 200 200 psphotDumpChisqs (config, view, filerule); 201 201 202 // XXX re-measure the kron mags with models subtracted 203 psphotKronMasked(config, view, filerule); 204 202 205 // identify CRs and extended sources (only unmeasured sources are measured) 203 206 psphotSourceSize (config, view, filerule, true); // pass 1 (detections->allSources) … … 309 312 pass1finish: 310 313 314 // XXX re-measure the kron mags with models subtracted 315 psphotKronMasked(config, view, filerule); 316 311 317 // measure source size for the remaining sources 312 318 // NOTE: applies only to NEW (unmeasured) sources … … 345 351 psErrorStackPrint(stderr, "Unable to replace sky"); 346 352 psErrorClear(); 347 348 /* psLogMsg("psphot", 3, "failed on psphotSkyReplace"); */ 349 /* return(psphotReadoutCleanup(config, view, filerule)); */ 350 } 353 } 354 351 355 // drop the references to the image pixels held by each source 352 356 if (!psphotSourceFreePixels (config, view, filerule)) { // pass 1 353 357 psErrorStackPrint(stderr, "Unable to free source pixels"); 354 358 psErrorClear(); 355 356 /* psLogMsg ("psphot", 3, "failed on psphotSourceFreePixels"); */ 357 /* return(psphotReadoutCleanup(config, view, filerule)); */ 358 } 359 } 360 359 361 // create the exported-metadata and free local data 360 362 return psphotReadoutCleanup(config, view, filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
