Changeset 36258 for branches/eam_branches/ipp-20130904
- Timestamp:
- Oct 28, 2013, 5:17:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c
r36241 r36258 479 479 } 480 480 481 # ifdef TEST_OBJECT 481 482 bool testObject = false; 482 483 // testObject |= ((fabs(source->peak->xf - 179) < 5) && (fabs(source->peak->yf - 1138) < 5)); … … 490 491 psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 5); 491 492 } 493 # endif 492 494 493 495 // loop here over the models chosen for each source (exclude by S/N) … … 659 661 psTrace ("psphot", 5, "extended source model for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 660 662 663 # ifdef TEST_OBJECT 661 664 if (testObject) { 662 665 psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 0); 663 666 psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 0); 664 667 } 668 # endif 665 669 } 666 670
Note:
See TracChangeset
for help on using the changeset viewer.
