Changeset 2962 for trunk/psLib/src/image/psImageIO.c
- Timestamp:
- Jan 12, 2005, 12:17:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.c
r2911 r2962 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01- 05 21:16:14$9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-12 22:17:01 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include "psError.h" 20 20 #include "psMemory.h" 21 #include "psLogMsg.h" 21 22 22 23 #include "psImageErrors.h" … … 46 47 psS32 datatype = 0; 47 48 49 psLogMsg(__func__,PS_LOG_WARN, "psImageReadSection is deprecated. Consider using psFitsReadImage instead."); 50 48 51 if (filename == NULL) { 49 52 psError(PS_ERR_BAD_PARAMETER_NULL, true, … … 240 243 double bzero = 0.0; 241 244 psBool createNewHDU = false; 245 246 psLogMsg(__func__,PS_LOG_WARN, "psImageWriteSection is deprecated. Consider using psFitsWriteImage instead."); 242 247 243 248 /* need a valid image to write */
Note:
See TracChangeset
for help on using the changeset viewer.
