IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2013, 5:17:36 PM (13 years ago)
Author:
eugene
Message:

ifdef out test code that does nothing for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c

    r36241 r36258  
    479479        }
    480480
     481# ifdef TEST_OBJECT
    481482        bool testObject = false;
    482483        // testObject |= ((fabs(source->peak->xf -  179) < 5) && (fabs(source->peak->yf - 1138) < 5));
     
    490491            psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 5);
    491492        }
     493# endif
    492494
    493495        // loop here over the models chosen for each source (exclude by S/N)
     
    659661        psTrace ("psphot", 5, "extended source model for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My);
    660662
     663# ifdef TEST_OBJECT
    661664        if (testObject) {
    662665            psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 0);
    663666            psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 0);
    664667        }
     668# endif
    665669    }
    666670
Note: See TracChangeset for help on using the changeset viewer.