IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35634


Ignore:
Timestamp:
Jun 5, 2013, 11:27:02 AM (13 years ago)
Author:
eugene
Message:

comment out test lines

File:
1 edited

Legend:

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

    r35630 r35634  
    330330    fitOptions->maxTol         = fitMaxTol;
    331331
     332    // psTraceSetLevel ("psLib.math.psMinimizeLMChi2_Alt", 5);
     333
    332334    // choose the sources of interest
    333335    for (int i = 0; i < sources->n; i++) {
     
    348350        if (source->peak->x > region->x1) continue;
    349351        if (source->peak->y > region->y1) continue;
     352
     353
     354        // XXX for a test, just do the obvious trail
     355        // XXX if (source->peak->xf < 1100) continue;
     356        // XXX if (source->peak->xf > 1400) continue;
     357        // XXX if (source->peak->yf >  245) continue;
    350358
    351359        // replace object in image
     
    450458                      float Ymax = PAR[PM_PAR_YPOS] + 0.5*PAR[PM_PAR_LENGTH]*cos(PAR[PM_PAR_THETA]);
    451459
    452                       if ((source->peak->xf > 1100) &&
     460                      if (false && (source->peak->xf > 1100) &&
    453461                          (source->peak->xf < 1400) &&
    454462                          (source->peak->yf < 245)) {
Note: See TracChangeset for help on using the changeset viewer.