- Timestamp:
- Oct 2, 2007, 5:01:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h
r14985 r15168 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.10.14. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2007- 09-22 03:08:05 $6 * @version $Revision: 1.10.14.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-03 03:01:45 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include "psMetadata.h" 20 20 21 /// Determines whether the current HDU is an empty PHU 22 bool psFitsEmptyPHU(const psFits *fits, ///< FITS file pointer 23 const psMetadata *header ///< Header 21 22 /// Determine whether the current HDU is an empty PHU with a single compressed image following. 23 /// 24 /// In that case, what should be treated as an image PHU is technically an empty PHU with a binary table 25 /// extension. We test the current position, number of extensions, the FITS headers and presence of a 26 /// following compressed image to determine if this is the case. If so, the FITS file pointer is left 27 /// pointing at the compressed image. 28 bool psFitsCheckSingleCompressedImagePHU(const psFits *fits, ///< FITS file pointer 29 const psMetadata *header ///< Header, or NULL 24 30 ); 25 26 31 27 32 /** Reads the header of the current HDU.
Note:
See TracChangeset
for help on using the changeset viewer.
