IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 9:13:53 AM (22 years ago)
Author:
desonia
Message:

added functions to psFits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psFits.h

    r2681 r2806  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-10 02:50:15 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-23 19:13:53 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    143143 */
    144144bool psFitsWriteHeader(
    145     psMetadata* header,                ///< the psMetadata data in which to write
     145    const psMetadata* header,          ///< the psMetadata data in which to write
    146146    psFits* fits                       ///< the psFits object
    147147);
     
    162162 *  @return bool        TRUE is the write was successful, otherwise FALSE.
    163163 */
    164 bool psFitsWriteImageSection(
    165     psFits* fits,                      ///< the psFits object
     164bool psFitsWriteImage(
     165    psFits* fits,                      ///< the psFits object
     166    const psMetadata* header,
    166167    const psImage* input,              ///< the image to output
    167     psRegion region,                   ///< the part of the FITS image to overwrite
    168     int z                              ///< the z-plane of the FITS image data cube to use
     168    int depth                          ///< the number of z-planes of the FITS image data cube
    169169);
    170170
     
    223223bool psFitsWriteTable(
    224224    psFits* fits,                      ///< the psFits object
    225     psArray* table
     225    psMetadata* header,
     226    psArray* table,
    226227    ///< Array of psMetadata items, which contains the output data items of each row.
     228    char* extname
    227229);
    228230
Note: See TracChangeset for help on using the changeset viewer.