IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2020, 3:29:09 PM (6 years ago)
Author:
tdeboer
Message:

added procedure to remove pixel NaNing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSub.h

    r31156 r41382  
    190190void ppSubSetThreads (void);
    191191
     192// ppSubMaskSetInMetadata examines named mask values and set the bits for maskValue and
     193// markValue.  Ensures that the below-named mask values are set, and calculates the mask value
     194// to catch all of the mask values marked as 'bad'.  Supplies the fallback name if the primary
     195// name is not found, or the default values if the fallback name is not found.
     196bool ppSubMaskSetInMetadata(psImageMaskType *outMaskValue, // Value of MASK.VALUE, returned
     197                               psImageMaskType *outMarkValue, // Value of MARK.VALUE, returned
     198                               psMetadata *source  // Source of mask bits
     199  );
     200
     201// lookup an image mask value by name from a psMetadata, without requiring the entry to
     202// be of type psImageMaskType, but verifying that it will fit in psImageMaskType
     203psImageMaskType psMetadataLookupImageMaskFromGeneric (bool *status, const psMetadata *md, const char *name);
     204
    192205///@}
    193206#endif
Note: See TracChangeset for help on using the changeset viewer.