IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39341


Ignore:
Timestamp:
Feb 10, 2016, 9:42:39 PM (10 years ago)
Author:
eugene
Message:

fix NmMin, NmMax

File:
1 edited

Legend:

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

    r38466 r39341  
    178178    }
    179179
     180    NmMin = MIN (Nm, NmMin);
     181    NmMax = MAX (Nm, NmMax);
     182
    180183    // XXXX test : what checks do I need to make elsewhere to avoid problems here?
    181184    if (Nm <= STAR_TOOFEW) { /* enough measurements total? */
     
    194197      continue;
    195198    }
    196     NmMin = MIN (Nm, NmMin);
    197     NmMax = MAX (Nm, NmMax);
    198199
    199200    // for w-band photometry (& other cases?) convert gri photometry
Note: See TracChangeset for help on using the changeset viewer.