IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 12:00:35 PM (20 years ago)
Author:
magnier
Message:

variety of small changes related to inconsistencies between psModules and psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsImage.h

    r6767 r6874  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-04-04 19:52:42 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-04-17 22:00:03 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232 */
    3333psImage* psFitsReadImage(
    34     psImage* out,                      ///< a psImage to recycle.
    3534    const psFits* fits,                ///< the psFits object
    3635    psRegion region,                   ///< the region in the FITS image to read
     
    7877);
    7978
     79psArray *psFitsReadImageCube(const psFits *fits, psRegion region);
     80bool psFitsWriteImageCube(psFits *fits, psMetadata *header, const psArray *input, const char *extname);
     81bool psFitsUpdateImageCube(psFits *fits, const psArray *input, int x0, int y0);
     82
    8083/// @}
    8184
Note: See TracChangeset for help on using the changeset viewer.