IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2007, 4:56:23 PM (19 years ago)
Author:
Paul Price
Message:

Adding function to return the number of rows in a FITS table. Also asserting that FITS files are writable when they need to be.

File:
1 edited

Legend:

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

    r11248 r15248  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-23 22:47:23 $
     7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-10-09 02:56:23 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    2323#include "psMetadata.h"
    2424#include "psImage.h"
     25
     26/// Return the number of rows in the current table
     27///
     28/// The current HDU type must be either PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE.
     29long psFitsTableSize(const psFits *fits ///< FITS file
     30                     );
    2531
    2632/** Reads a table row.  The current HDU type must be either
Note: See TracChangeset for help on using the changeset viewer.