IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2021, 9:47:22 AM (5 years ago)
Author:
eugene
Message:

reintegrate changes from tag ipp-ps1-20210510

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/pswarp/src/pswarp.h

    r36835 r41705  
    222222bool pswarpModifyChipAstrom (pmConfig *config, pmFPAview *view, pmChip *chip, pmFPAfile *astrom, bool bilevelAstrometry, double xBin, double yBin);
    223223bool pswarpGetInputScales (double *xBin, double *yBin, pmConfig *config, pmFPAview *view, pmChip *chip);
     224
     225// ppSubMaskSetInMetadata examines named mask values and set the bits for maskValue and
     226// markValue.  Ensures that the below-named mask values are set, and calculates the mask value
     227// to catch all of the mask values marked as 'bad'.  Supplies the fallback name if the primary
     228// name is not found, or the default values if the fallback name is not found.
     229bool pswarpMaskSetInMetadata(psImageMaskType *outMaskValue, // Value of MASK.VALUE, returned
     230                               psImageMaskType *outMarkValue, // Value of MARK.VALUE, returned
     231                               psMetadata *source  // Source of mask bits
     232  );
     233
Note: See TracChangeset for help on using the changeset viewer.