Changeset 22729 for trunk/psLib/src/fits/psFitsHeader.h
- Timestamp:
- Mar 2, 2009, 10:14:15 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.h
r15179 r22729 20 20 21 21 22 /// Determine whether the current HDU is an empty PHU with a singlecompressed image following.22 /// Determine whether the current HDU is an empty PHU with a compressed image following. 23 23 /// 24 24 /// In that case, what should be treated as an image PHU is technically an empty PHU with a binary table … … 26 26 /// following compressed image to determine if this is the case. If so, the FITS file pointer is left 27 27 /// pointing at the compressed image. 28 bool psFitsCheck SingleCompressedImagePHU(const psFits *fits, ///< FITS file pointer29 const psMetadata *header ///< Header, or NULL28 bool psFitsCheckCompressedImagePHU(const psFits *fits, ///< FITS file pointer 29 const psMetadata *header ///< Header, or NULL 30 30 ); 31 31
Note:
See TracChangeset
for help on using the changeset viewer.
