IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2005, 5:00:27 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4342 r4343  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-22 02:05:41 $
     9 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-22 03:00:27 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    156156bool psFitsWriteHeader(
    157157    const psMetadata* output,          ///< the psMetadata data in which to write
    158     const psFits* fits                 ///< the psFits object
     158    psFits* fits                       ///< the psFits object
    159159);
    160160
     
    175175 */
    176176bool psFitsWriteImage(
    177     const psFits* fits,                ///< the psFits object
    178     const psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
     177    psFits* fits,                      ///< the psFits object
     178    psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
    179179    const psImage* input,              ///< the image to output
    180180    int depth                          ///< the number of z-planes of the FITS image data cube
     
    245245 */
    246246bool psFitsWriteTable(
    247     const psFits* fits,                ///< the psFits object
    248     psMetadata* header,                ///< header items for the new HDU.  Can be NULL.
    249     psArray* table
     247    psFits* fits,                      ///< the psFits object
     248    const psMetadata* header,          ///< header items for the new HDU.  Can be NULL.
     249    const psArray* table
    250250    ///< Array of psMetadata items, which contains the output data items of each row.
    251251);
     
    259259 */
    260260bool psFitsUpdateTable(
    261     const psFits* fits,                ///< the psFits object
    262     psMetadata* data,
     261    psFits* fits,                ///< the psFits object
     262    const psMetadata* data,
    263263    ///< Array of psMetadata items, which contains the output data items of each row.
    264264    int row                            ///< the row number to update.
Note: See TracChangeset for help on using the changeset viewer.