- Timestamp:
- Jan 1, 2009, 7:13:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/config/pmConfigMask.h
r21072 r21079 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $7 * @date $Date: 200 8-07-17 20:37:20 $6 * @version $Revision: 1.4.30.1 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-01-02 05:13:00 $ 8 8 * Copyright 2007 Institute for Astronomy, University of Hawaii 9 9 */ … … 23 23 /// 24 24 /// The mask values are derived from the MASKS recipe 25 ps MaskType pmConfigMaskGet(const char *masks, ///< List of symbolic names, space/comma delimited25 psImageMaskType pmConfigMaskGet(const char *masks, ///< List of symbolic names, space/comma delimited 26 26 const pmConfig *config ///< Configuration 27 27 ); 28 28 29 bool pmConfigMaskSet(const pmConfig *config, const char *maskName, ps MaskType maskValue);29 bool pmConfigMaskSet(const pmConfig *config, const char *maskName, psImageMaskType maskValue); 30 30 31 31 // replace the named masks in the recipe with values in the header: … … 36 36 bool pmConfigMaskWriteHeader(const pmConfig *config, psMetadata *header); 37 37 38 bool pmConfigMaskSetBits(ps MaskType *outMaskValue, psMaskType *outMarkValue, const pmConfig *config);38 bool pmConfigMaskSetBits(psImageMaskType *outMaskValue, psImageMaskType *outMarkValue, const pmConfig *config); 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
