IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2009, 2:24:55 PM (17 years ago)
Author:
eugene
Message:

add some tracing to see what stars are being selected

File:
1 edited

Legend:

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

    r21409 r23303  
    9999        int n = index->data.S32[i];
    100100        pmSource *source = sources->data[n];
    101         // XXX this needs to be flexible
     101
     102        psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->errMag, source->mode, skip);
     103
    102104        if (source->mode & skip) {
    103105          nModeSkip ++;
    104106          continue;
    105107        }
     108
    106109        if ((iMagMax != 0.0) && (source->psfMag > iMagMax)) {
    107110          nFaintSkip ++;
Note: See TracChangeset for help on using the changeset viewer.