IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2005, 10:38:56 AM (21 years ago)
Author:
desonia
Message:

made adjustments to psMetadata and added psFitsUpdateTable.

File:
1 edited

Legend:

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

    r3264 r3407  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-17 19:26:24 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-03-11 20:38:56 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    249249);
    250250
    251 #if 0
     251
    252252/** Updates a FITS table.  The current HDU type must be either
    253253 *  PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE.
     
    259259bool psFitsUpdateTable(
    260260    psFits* fits,                      ///< the psFits object
    261     psArray* table
     261    psMetadata* data,
    262262    ///< Array of psMetadata items, which contains the output data items of each row.
     263    int row                            ///< the row number to update.
     264
    263265);
    264266
     
    266268
    267269#endif
    268 
    269 #endif
Note: See TracChangeset for help on using the changeset viewer.