IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2005, 11:15:55 AM (22 years ago)
Author:
desonia
Message:

updated to reflect the addition of a deprecation warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageIO.c

    r2273 r2976  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-11-04 01:05:00 $
     8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-01-13 21:15:55 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868        an error message and return NULL if any of the input parameters are out of
    6969        range, image file doesn't exist or image is zero or one dimensional.
    70      
     70
    7171        Verify the returned psImage structure contains expected values, if the input
    7272        parameter filename specifies an available FITS file with known 2dimensional
     
    7474        FITS file. Cases should include 1x1, Nx1, 1xN, NxN and MxN sub images and
    7575        total FITS file image. (done in macro)
    76      
     76
    7777        Verify the returned psImage structure is equal to the input parameter
    7878        'output', if specified. (done in macro)
    79      
     79
    8080        */
    8181
     
    342342
    343343    /*
    344     Verify error message generated when invalid image type is pass as the input image.
    345     */
    346     psLogMsg(__func__,PS_LOG_INFO,"Following should be an error for passing invalid image type.");
    347     GENIMAGE(img,32,32,S8,row+2*col);
    348     if ( psImageWriteSection(img,0,0,0,NULL,0,"tmpImages/writeTest.fits")) {
    349         psError(PS_ERR_UNKNOWN, true,"psImageWriteSection did not return false when input image type invalid.");
    350         return 21;
    351     }
    352     psFree(img);
    353 
    354     /*
    355344    Verify error message generated when invalid path specified for output file.
    356345    */
Note: See TracChangeset for help on using the changeset viewer.