Changeset 3970
- Timestamp:
- May 18, 2005, 4:09:39 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 5 edited
-
dataIO/psFits.c (modified) (3 diffs)
-
dataManip/psVectorFFT.c (modified) (2 diffs)
-
fft/psVectorFFT.c (modified) (2 diffs)
-
fits/psFits.c (modified) (3 diffs)
-
pslib_strict.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.c
r3851 r3970 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-05- 05 21:25:47$9 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-05-19 02:09:39 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include "psError.h" 20 20 #include "psFileUtilsErrors.h" 21 #include "psImage Extraction.h"21 #include "psImageStructManip.h" 22 22 #include "psMemory.h" 23 23 #include "psString.h" … … 1005 1005 if (dx != numCols || dy != numRows) { 1006 1006 // the input image needs to be subsetted 1007 subset = psImageSubset((psImage*)input,0,0,dx+1,dy+1); 1007 subset = psImageSubset((psImage*)input,(psRegion) { 1008 0,0,dx+1,dy+1 1009 } 1010 ); 1008 1011 } else { 1009 1012 subset = psMemIncrRefCounter((psImage*)input); -
trunk/psLib/src/dataManip/psVectorFFT.c
r3476 r3970 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 3-22 21:52:49 $7 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-05-19 02:09:39 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include "psMemory.h" 22 22 #include "psLogMsg.h" 23 #include "psImageExtraction.h"24 23 25 24 #include "psDataManipErrors.h" -
trunk/psLib/src/fft/psVectorFFT.c
r3476 r3970 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 3-22 21:52:49 $7 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-05-19 02:09:39 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include "psMemory.h" 22 22 #include "psLogMsg.h" 23 #include "psImageExtraction.h"24 23 25 24 #include "psDataManipErrors.h" -
trunk/psLib/src/fits/psFits.c
r3851 r3970 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-05- 05 21:25:47$9 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-05-19 02:09:39 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include "psError.h" 20 20 #include "psFileUtilsErrors.h" 21 #include "psImage Extraction.h"21 #include "psImageStructManip.h" 22 22 #include "psMemory.h" 23 23 #include "psString.h" … … 1005 1005 if (dx != numCols || dy != numRows) { 1006 1006 // the input image needs to be subsetted 1007 subset = psImageSubset((psImage*)input,0,0,dx+1,dy+1); 1007 subset = psImageSubset((psImage*)input,(psRegion) { 1008 0,0,dx+1,dy+1 1009 } 1010 ); 1008 1011 } else { 1009 1012 subset = psMemIncrRefCounter((psImage*)input); -
trunk/psLib/src/pslib_strict.h
r3682 r3970 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 4-07 20:27:41$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-19 02:09:39 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 92 92 /// @{ 93 93 #include "psImage.h" 94 #include "psImageExtraction.h" 95 #include "psImageManip.h" 94 #include "psImagePixelExtract.h" 95 #include "psImageStructManip.h" 96 #include "psImageGeomManip.h" 97 #include "psImagePixelManip.h" 96 98 #include "psImageConvolve.h" 97 99
Note:
See TracChangeset
for help on using the changeset viewer.
