IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/select_by_region.c

    r9630 r12332  
    3838    if (D > region[0].Dmax) continue;
    3939
    40     if (MagLimitUse && (catalog[0].average[i].M > MagLimitValue)) continue;
     40    /* XXX add photcode as argument to MagLimitUse */
     41    if (MagLimitUse && (catalog[0].secfilt[Nsecfilt*i].M > MagLimitValue)) continue;
    4142
    4243    output[0].average[Nave] = catalog[0].average[i];
Note: See TracChangeset for help on using the changeset viewer.