IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 5:27:51 PM (18 years ago)
Author:
Paul Price
Message:

Using pmReadoutMaskNonfinite to mask bad pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r17429 r17696  
    3737    int renormWidth = psMetadataLookupS32(&mdok, config->arguments,
    3838                                          "RENORM.WIDTH"); // Width for renormalisation box
     39
     40    if (!pmReadoutMaskNonfinite(readout, maskBad)) {
     41        psError(PS_ERR_UNKNOWN, false, "Unable to mask non-finite pixels in readout.");
     42        return false;
     43    }
    3944
    4045    if (psMetadataLookupBool(&mdok, config->arguments, "HAVE.PSF")) {
Note: See TracChangeset for help on using the changeset viewer.