IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 9:40:51 AM (21 years ago)
Author:
desonia
Message:

removed extname from psFitsWrite* functions (Bug #412).

File:
1 edited

Legend:

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

    r4190 r4191  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-09 19:26:48 $
     9 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-09 19:40:51 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    178178    const psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
    179179    const psImage* input,              ///< the image to output
    180     int depth,                         ///< the number of z-planes of the FITS image data cube
    181     char* extname                      ///< extension name
     180    int depth                          ///< the number of z-planes of the FITS image data cube
    182181);
    183182
     
    248247    const psFits* fits,                ///< the psFits object
    249248    psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
    250     psArray* table,
     249    psArray* table
    251250    ///< Array of psMetadata items, which contains the output data items of each row.
    252     char* extname                      ///< extension name
    253251);
    254252
Note: See TracChangeset for help on using the changeset viewer.