IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2022, 3:01:13 PM (4 years ago)
Author:
tdeboer
Message:

undo change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBlendFit.c

    r42253 r42254  
    264264# define TEST_X 653
    265265# define TEST_Y 466
    266 # define TESTING 0
     266# define TESTING 1
    267267        int TEST_ON = false;
    268268        if (TESTING && (fabs(source->peak->xf - TEST_X) < 5) && (fabs(source->peak->yf - TEST_Y) < 5)) {
    269269            fprintf (stderr, "test object\n");
    270             // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
     270            psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
    271271            TEST_ON = true;
    272272        }
     
    333333# if (PS_TRACE_ON)
    334334                if (TEST_ON) {
    335                   // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
     335                    psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
    336336                }
    337337# endif
     
    344344# if (PS_TRACE_ON)
    345345                if (TEST_ON) {
    346                   // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
     346                    psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
    347347                }
    348348# endif
Note: See TracChangeset for help on using the changeset viewer.