IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20364


Ignore:
Timestamp:
Oct 24, 2008, 2:52:54 PM (18 years ago)
Author:
eugene
Message:

start off with STAR_TOOFEW = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/relphot.c

    r20323 r20364  
    7474      int star_toofew;
    7575
     76      showGridCount ();
     77
    7678      // until we finish the grid analysis, do not reject stars out-of-hand based on ID_STAR_FEW
    7779      // XXX this is kind of poor: need to have a better distinctions about STAR_BAD in setMrel vs getMrel
    7880      star_toofew = STAR_TOOFEW;
     81      STAR_TOOFEW = 0;
    7982      for (i = 0; i < NGRID; i++) {
    8083          STAR_BAD = ID_STAR_POOR;
Note: See TracChangeset for help on using the changeset viewer.