IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17728


Ignore:
Timestamp:
May 16, 2008, 3:58:33 PM (18 years ago)
Author:
Paul Price
Message:

Mask out-of-range pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r17372 r17728  
    8989    }
    9090
     91    if (!pmReadoutMaskNonfinite(inRO, maskBad)) {
     92        psError(PS_ERR_UNKNOWN, false, "Unable to mask non-finite pixels in input.");
     93        return false;
     94    }
     95    if (!pmReadoutMaskNonfinite(refRO, maskBad)) {
     96        psError(PS_ERR_UNKNOWN, false, "Unable to mask non-finite pixels in reference.");
     97        return false;
     98    }
     99
    91100    psVector *optWidths = NULL;         // Vector with FWHMs for optimum search
    92101    if (optimum) {
Note: See TracChangeset for help on using the changeset viewer.