Changeset 42253 for trunk/psphot/src/psphotBlendFit.c
- Timestamp:
- Jul 14, 2022, 2:58:20 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBlendFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBlendFit.c
r42087 r42253 264 264 # define TEST_X 653 265 265 # define TEST_Y 466 266 # define TESTING 1266 # define TESTING 0 267 267 int TEST_ON = false; 268 268 if (TESTING && (fabs(source->peak->xf - TEST_X) < 5) && (fabs(source->peak->yf - TEST_Y) < 5)) { 269 269 fprintf (stderr, "test object\n"); 270 psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);270 // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5); 271 271 TEST_ON = true; 272 272 } … … 333 333 # if (PS_TRACE_ON) 334 334 if (TEST_ON) { 335 psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);335 // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0); 336 336 } 337 337 # endif … … 344 344 # if (PS_TRACE_ON) 345 345 if (TEST_ON) { 346 psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);346 // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0); 347 347 } 348 348 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
