IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4308 r4315  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-17 23:44:21 $
     9 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-18 02:30:49 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    104104 */
    105105bool psFitsSetExtName(
    106     const psFits* fits,                ///< the psFits object
     106    psFits* fits,                      ///< the psFits object
    107107    const char* name                   ///< the extension name
    108108);
     
    155155 */
    156156bool psFitsWriteHeader(
    157     const psMetadata* header,          ///< the psMetadata data in which to write
     157    const psMetadata* output,          ///< the psMetadata data in which to write
    158158    const psFits* fits                 ///< the psFits object
    159159);
     
    186186 */
    187187bool psFitsUpdateImage(
    188     const psFits* fits,                ///< the psFits object
     188    psFits* fits,                      ///< the psFits object
    189189    const psImage* input,              ///< the image to output
    190190    psRegion region,                   ///< the region in the FITS image to write
     
    234234 */
    235235psArray* psFitsReadTable(
    236     const psFits* fits                 ///< the psFits object
     236    psFits* fits                       ///< the psFits object
    237237);
    238238
Note: See TracChangeset for help on using the changeset viewer.