IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2007, 5:08:05 PM (19 years ago)
Author:
Paul Price
Message:

Adding psFitsEmptyPHU which determines whether the current HDU is an empty PHU. This is expected to be of use for decompressing images where the original consisted of a single image, but now has an empty PHU followed by a table with the compressed image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h

    r11248 r14985  
    44 * @author Robert DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-23 22:47:23 $
     6 * @version $Revision: 1.10.14.1 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-09-22 03:08:05 $
    88 *
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1818#include "psFits.h"
    1919#include "psMetadata.h"
     20
     21/// Determines whether the current HDU is an empty PHU
     22bool psFitsEmptyPHU(const psFits *fits, ///< FITS file pointer
     23                    const psMetadata *header ///< Header
     24    );
     25
    2026
    2127/** Reads the header of the current HDU.
Note: See TracChangeset for help on using the changeset viewer.