IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15634


Ignore:
Timestamp:
Nov 16, 2007, 2:36:57 PM (18 years ago)
Author:
eugene
Message:

allow obj with 1 det

File:
1 edited

Legend:

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

    r15509 r15634  
    1717  /* exclude stars not in range or with too few measurements */
    1818  for (i = 0; i < catalog[0].Naverage; i++) {
    19     if (catalog[0].average[i].Nm < 2) continue;
     19    // if (catalog[0].average[i].Nm < 2) continue;
    2020
    2121    /* start with all stars good */
Note: See TracChangeset for help on using the changeset viewer.