Changeset 14452 for trunk/psLib/src/imageops
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 3 edited
-
psImageBinning.h (modified) (2 diffs)
-
psImageConvolve.h (modified) (2 diffs)
-
psImageInterpolate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageBinning.h
r12588 r14452 8 8 * @author Eugene Magnier, IfA 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 3-27 02:43:22$10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-09 01:40:07 $ 12 12 * 13 13 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 42 42 43 43 44 psImageBinning *psImageBinningAlloc() ;44 psImageBinning *psImageBinningAlloc() PS_ATTR_MALLOC; 45 45 46 46 void psImageBinningSetRuffSize(psImageBinning *binning, psImageBinningAlign align); -
trunk/psLib/src/imageops/psImageConvolve.h
r14332 r14452 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 7-20 20:12:31$7 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-08-09 01:40:07 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 68 68 int yMin, ///< Most negative y index 69 69 int yMax ///< Most positive y index 70 ) ;70 ) PS_ATTR_MALLOC; 71 71 72 72 /// Checks the type of a particular pointer. -
trunk/psLib/src/imageops/psImageInterpolate.h
r13483 r14452 7 7 * @author Paul Price, Institute for Astronomy 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 5-23 02:55:01$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-08-09 01:40:07 $ 11 11 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 12 12 */ … … 67 67 psMaskType poorMask, // Mask value for poor pixels 68 68 float poorFrac // Fraction of flux for question 69 ) ;69 ) PS_ATTR_MALLOC; 70 70 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
