IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36189 for trunk/Ohana


Ignore:
Timestamp:
Oct 9, 2013, 12:01:45 PM (13 years ago)
Author:
eugene
Message:

use measureTiny to test for photcode range in general case

File:
1 edited

Legend:

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

    r35759 r36189  
    135135
    136136      // are we a PS1 exposure photcode?
    137       if ((measure[k].photcode >= 10000) && (measure[k].photcode <= 10500)) {
     137      if ((measureT[k].photcode >= 10000) && (measureT[k].photcode <= 10500)) {
    138138        NexpPS1 ++;
    139139      }
Note: See TracChangeset for help on using the changeset viewer.