IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2008, 1:57:15 PM (18 years ago)
Author:
eugene
Message:

skip blends: make this optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroConvert.c

    r15941 r16014  
    6868        int n = index->data.S32[i];
    6969        pmSource *source = sources->data[n];
     70        // XXX this needs to be flexible
    7071        if (source->mode & PM_SOURCE_MODE_SATSTAR) continue;
     72        if (source->mode & PM_SOURCE_MODE_BLEND) continue;
    7173        if ((iMagMax != 0.0) && (source->psfMag > iMagMax)) continue;
    7274        if ((iMagMin != 0.0) && (source->psfMag < iMagMin)) continue;
Note: See TracChangeset for help on using the changeset viewer.