- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psphot
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psphot/src
- Property svn:ignore
-
old new 24 24 psphotModelTest 25 25 psphotMinimal 26 psphotFullForce 27 psmakecff 28 psphotFullForceSummary
-
- Property svn:mergeinfo deleted
- Property svn:ignore
-
branches/eam_branches/ipp-ops-20130712/psphot/src/psphotReadout.c
r34418 r37066 316 316 psphotSourceSize (config, view, filerule, false); // pass 2 (detections->allSources) 317 317 318 // XXX currently we are doing both the analysis of the size and the assessment of "fit ext" 319 // in source size. this overloads the bit MODE_EXT_LIMIT to mean "fit ext" not just 320 // "bigger than a PSF" 321 322 // decide which source(s) are to be fitted with the extended source analysis code. 323 psphotChooseAnalysisOptions (config, view, filerule); 324 318 325 psphotExtendedSourceAnalysis (config, view, filerule); // pass 1 (detections->allSources) 319 326 psphotExtendedSourceFits (config, view, filerule); // pass 1 (detections->allSources) … … 333 340 // calculate source magnitudes 334 341 if (!psphotMagnitudes(config, view, filerule)) { // pass 1 (detections->allSources) 335 psErrorStackPrint(stderr, "Unable to do magnitudes.");342 psErrorStackPrint(stderr, "Unable to do magnitudes."); 336 343 psErrorClear(); 337 344 } 345 346 // calculate lensing parameters 347 if (!psphotLensing(config, view, filerule)) { 348 psErrorStackPrint(stderr, "Unable to do lensing parameters."); 349 psErrorClear(); 350 } 351 338 352 if (!psphotEfficiency(config, view, filerule)) { // pass 1 339 353 psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources"); … … 346 360 // replace background in residual image 347 361 if (!psphotSkyReplace (config, view, filerule)) { // pass 1 348 psErrorStackPrint(stderr, "Unable to replace sky");349 psErrorClear();362 psErrorStackPrint(stderr, "Unable to replace sky"); 363 psErrorClear(); 350 364 } 351 365 352 366 // drop the references to the image pixels held by each source 353 367 if (!psphotSourceFreePixels (config, view, filerule)) { // pass 1 354 psErrorStackPrint(stderr, "Unable to free source pixels");355 psErrorClear();368 psErrorStackPrint(stderr, "Unable to free source pixels"); 369 psErrorClear(); 356 370 } 357 371
Note:
See TracChangeset
for help on using the changeset viewer.
