IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2005, 12:17:02 PM (22 years ago)
Author:
desonia
Message:

added tests for some psFits functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageIO.c

    r2911 r2962  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.16 $ $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 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919#include "psError.h"
    2020#include "psMemory.h"
     21#include "psLogMsg.h"
    2122
    2223#include "psImageErrors.h"
     
    4647    psS32 datatype = 0;
    4748
     49    psLogMsg(__func__,PS_LOG_WARN, "psImageReadSection is deprecated.  Consider using psFitsReadImage instead.");
     50
    4851    if (filename == NULL) {
    4952        psError(PS_ERR_BAD_PARAMETER_NULL, true,
     
    240243    double bzero = 0.0;
    241244    psBool createNewHDU = false;
     245
     246    psLogMsg(__func__,PS_LOG_WARN, "psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.");
    242247
    243248    /* need a valid image to write */
Note: See TracChangeset for help on using the changeset viewer.