- Timestamp:
- Apr 1, 2014, 11:03:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/psphot/src
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20140214/psphot/src merged eligible /branches/eam_branches/ipp-20140226/psphot/src merged eligible /tags/ipp-20140114/psphot/src merged eligible /trunk/psphot/src merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20140206/psphot/src/psphotReadout.c
r36375 r36627 340 340 // calculate source magnitudes 341 341 if (!psphotMagnitudes(config, view, filerule)) { // pass 1 (detections->allSources) 342 psErrorStackPrint(stderr, "Unable to do magnitudes.");342 psErrorStackPrint(stderr, "Unable to do magnitudes."); 343 343 psErrorClear(); 344 344 } 345 346 // calculate lensing parameters 347 if (!psphotLensing(config, view, filerule)) { 348 psErrorStackPrint(stderr, "Unable to do lensing parameters."); 349 psErrorClear(); 350 } 351 345 352 if (!psphotEfficiency(config, view, filerule)) { // pass 1 346 353 psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources"); … … 353 360 // replace background in residual image 354 361 if (!psphotSkyReplace (config, view, filerule)) { // pass 1 355 psErrorStackPrint(stderr, "Unable to replace sky");356 psErrorClear();362 psErrorStackPrint(stderr, "Unable to replace sky"); 363 psErrorClear(); 357 364 } 358 365 359 366 // drop the references to the image pixels held by each source 360 367 if (!psphotSourceFreePixels (config, view, filerule)) { // pass 1 361 psErrorStackPrint(stderr, "Unable to free source pixels");362 psErrorClear();368 psErrorStackPrint(stderr, "Unable to free source pixels"); 369 psErrorClear(); 363 370 } 364 371
Note:
See TracChangeset
for help on using the changeset viewer.
