IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24248 for trunk/ppMops/src


Ignore:
Timestamp:
May 26, 2009, 3:28:33 PM (17 years ago)
Author:
Paul Price
Message:

Ignore sources with unmeasured magnitudes too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMops/src/ppMops.c

    r24247 r24248  
    6464        psU32 flags = psMetadataLookupU32(NULL, inRow, "FLAGS");
    6565
    66         if (flags & SOURCE_MASK) {
     66        if (!isfinite(mag) || !isfinite(magErr) || (flags & SOURCE_MASK)) {
    6767            continue;
    6868        }
Note: See TracChangeset for help on using the changeset viewer.