IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2004, 10:55:34 AM (22 years ago)
Author:
harman
Message:

Minor corrections from testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadata.h

    r1393 r1394  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-05 19:38:51 $
     12*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-05 20:55:22 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    251251    FILE *fd,                                       ///< Pointer to file to write metadata item.
    252252    const char *format,                             ///< Format to print metadata item.
    253     const psMetadataItem *restrict metadataItem ///< Metadata item to print.
     253    const psMetadataItem *restrict metadataItem     ///< Metadata item to print.
    254254);
    255255
    256256/** Read metadata header.
    257257 *
    258  * Read a metadata header from file. If the file is not found, an error is reported.
     258 * Read a metadata header from file. If the file is not found, an error is reported. This file is currently
     259 * unimplemented.
    259260 *
    260261 * @return psMetadata*: Pointer metadata.
     
    262263psMetadata *psMetadataReadHeader(
    263264    psMetadata *output,                     ///< Resulting metadata from read.
    264     const char *extname,                    ///< File name extension string.
     265    char *extname,                          ///< File name extension string.
    265266    int extnum,                             ///< File name extension number. Starts at 1.
    266     const char *filename                ///< Name of file to read.
     267    char *filename                          ///< Name of file to read.
    267268);
    268269
     
    275276psMetadata *psMetadataFReadHeader(
    276277    psMetadata *output,                     ///< Resulting metadata from read.
    277     const char *extname,                    ///< File name extension string.
    278     int extnum,                             ///< File name extension number.
    279     fitsfile *fd                           ///< Pointer to file to read.
     278    char *extName,                          ///< File name extension string.
     279    int extNum,                             ///< File name extension number.
     280    fitsfile *fd                            ///< Pointer to file to read.
    280281);
    281282/// @}
Note: See TracChangeset for help on using the changeset viewer.