IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 10:54:23 AM (15 years ago)
Author:
eugene
Message:

skip the unsuccessful saddle-point concept; limit kron window to have S.B. no less than 1/2.25 of a 5sigma PSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphotFindFootprints.c

    r32238 r32334  
    5959    detections->peaks = pmFootprintArrayToPeaks(detections->footprints);
    6060
    61     psphotFootprintSaddles (readout, detections->footprints);
    62 
    63     int nSaddle = 0;
    64     for (int i = 0; i < detections->peaks->n; i++) {
    65         pmPeak *peak = detections->peaks->data[i];
    66        
    67         if (peak->saddlePoints) nSaddle += peak->saddlePoints->n;
    68     }
     61    // psphotFootprintSaddles (readout, detections->footprints);
     62    //
     63    // int nSaddle = 0;
     64    // for (int i = 0; i < detections->peaks->n; i++) {
     65    // pmPeak *peak = detections->peaks->data[i];
     66    //
     67    // if (peak->saddlePoints) nSaddle += peak->saddlePoints->n;
     68    // }
    6969    // fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n);
    7070
Note: See TracChangeset for help on using the changeset viewer.