IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26137


Ignore:
Timestamp:
Nov 13, 2009, 5:04:20 AM (16 years ago)
Author:
eugene
Message:

update the rules for choosing detections to average

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/Ohana/src/relphot/src/setMrelFinal.c

    r21508 r26137  
    119119      // d1 = (catalog[0].measure[m].dophot == 1);
    120120      // d2 = (catalog[0].measure[m].dophot == 2);
    121       fprintf (stderr, "fix the dophot / type selections!");
    122       abort ();
     121      // fprintf (stderr, "fix the dophot / type selections!");
     122      // abort ();
    123123
    124124      /* skip measurements by measurement error */
    125       if ((pass < 2) && !(d1 || d2)) goto skip;
     125      // if ((pass < 2) && !(d1 || d2)) goto skip;
    126126
    127127      /* if ((pass < 1) && (catalog[0].measure[m].dM > SIGMA_LIM)) goto skip; */
    128       if ((pass < 1) && !d1) goto skip;
     128      // if ((pass < 1) && !d1) goto skip;
    129129      Nkeep ++;
    130130
Note: See TracChangeset for help on using the changeset viewer.