Changeset 36628
- Timestamp:
- Apr 1, 2014, 11:06:33 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206/psphot/src
- Files:
-
- 2 edited
-
psphotFullForceReadout.c (modified) (1 diff)
-
psphotStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/psphot/src/psphotFullForceReadout.c
r36375 r36628 100 100 psphotMagnitudes(config, view, filerule); 101 101 102 // calculate lensing parameters 103 if (!psphotLensing(config, view, filerule)) { 104 psErrorStackPrint(stderr, "Unable to do lensing parameters."); 105 psErrorClear(); 106 } 107 102 108 // replace background in residual image 103 109 psphotSkyReplace (config, view, filerule); -
branches/eam_branches/ipp-20140206/psphot/src/psphotStackReadout.c
r36627 r36628 418 418 // calculate source magnitudes 419 419 psphotMagnitudes(config, view, STACK_RAW); 420 421 // calculate lensing parameters 422 if (!psphotLensing(config, view, filerule)) { 423 psErrorStackPrint(stderr, "Unable to do lensing parameters."); 424 psErrorClear(); 425 } 420 426 421 427 if (!psphotEfficiency(config, view, STACK_RAW)) {
Note:
See TracChangeset
for help on using the changeset viewer.
