IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2022, 2:58:20 PM (4 years ago)
Author:
tdeboer
Message:

changes to fix the fault 4 errors in ppImage

File:
1 edited

Legend:

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

    r42087 r42253  
    493493        if (testObject) {
    494494            fprintf (stderr, "test object @ %f, %f\n", source->peak->xf, source->peak->yf);
    495             psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 5);
    496             psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 5);
     495            // psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 5);
     496            // psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 5);
    497497        }
    498498# endif
     
    690690# ifdef TEST_OBJECT
    691691        if (testObject) {
    692             psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 0);
    693             psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 0);
     692          // psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 0);
     693          // psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 0);
    694694        }
    695695# endif
Note: See TracChangeset for help on using the changeset viewer.