Changeset 9698 for trunk/psModules/src/camera/pmHDU.h
- Timestamp:
- Oct 20, 2006, 5:00:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.h
r9604 r9698 7 7 /// @author Paul Price, IfA 8 8 /// 9 /// @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 /// @date $Date: 2006-10- 17 03:35:58$9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-21 03:00:43 $ 11 11 /// 12 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 34 34 35 35 /// Allocator for pmHDU 36 pmHDU *pmHDUAlloc(const char *extname); 36 pmHDU *pmHDUAlloc(const char *extname ///< Extension name, or NULL for PHU 37 ); 37 38 38 39 /// Read the HDU header only 40 /// 41 /// Moves to the appropriate extension 39 42 bool pmHDUReadHeader(pmHDU *hdu, ///< HDU for which to read header 40 43 psFits *fits ///< FITS file from which to read … … 42 45 43 46 /// Read the HDU header and pixels 47 /// 48 /// Moves to the appropriate extension 44 49 bool pmHDURead(pmHDU *hdu, ///< HDU to read 45 50 psFits *fits ///< FITS file to read from
Note:
See TracChangeset
for help on using the changeset viewer.
