- Timestamp:
- Apr 20, 2011, 11:03:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psphot/src/psphotReadout.c
r31313 r31328 347 347 psErrorStackPrint(stderr, "Unable to replace sky"); 348 348 psErrorClear(); 349 350 /* psLogMsg("psphot", 3, "failed on psphotSkyReplace"); */ 351 /* return(psphotReadoutCleanup(config, view, filerule)); */ 352 } 349 } 350 353 351 // drop the references to the image pixels held by each source 354 352 if (!psphotSourceFreePixels (config, view, filerule)) { // pass 1 355 353 psErrorStackPrint(stderr, "Unable to free source pixels"); 356 354 psErrorClear(); 357 358 /* psLogMsg ("psphot", 3, "failed on psphotSourceFreePixels"); */ 359 /* return(psphotReadoutCleanup(config, view, filerule)); */ 360 } 355 } 356 361 357 // create the exported-metadata and free local data 362 358 return psphotReadoutCleanup(config, view, filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
