IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20189


Ignore:
Timestamp:
Oct 16, 2008, 9:18:10 AM (18 years ago)
Author:
eugene
Message:

selected subset of stars for relative photometry limited to those with Nmeas >= STAR_TOOFEW

File:
1 edited

Legend:

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

    r17201 r20189  
    9090
    9191    // XXXX test : what checks do I need to make elsewhere to avoid problems here?
    92     # if 0
    93     if (Nm < 2) { /* enough measurements in band? */
     92    if (Nm < STAR_TOOFEW) { /* enough measurements in band? */
    9493      Nmeasure -= Nm;
    9594      continue;
    9695    }
    97     # endif
    9896    subcatalog[0].average[Naverage].Nmeasure = Nm;
    9997    Naverage ++;
Note: See TracChangeset for help on using the changeset viewer.