Changeset 19385 for trunk/psModules/src/camera/pmHDU.h
- Timestamp:
- Sep 4, 2008, 10:21:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.h
r15973 r19385 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-0 1-02 20:33:41$6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-09-05 08:21:35 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 11 11 #ifndef PM_HDU_H 12 12 #define PM_HDU_H 13 14 #include <pslib.h> 15 #include "pmConfig.h" 13 16 14 17 /// @addtogroup Camera Camera Layout … … 62 65 bool pmHDUReadWeight(pmHDU *hdu, ///< HDU to read 63 66 psFits *fits ///< FITS file to read from 64 );67 ); 65 68 66 69 /// Write the HDU header and pixels 67 70 bool pmHDUWrite(pmHDU *hdu, ///< HDU to write 68 psFits *fits ///< FITS file to write to 69 ); 71 psFits *fits, ///< FITS file to write to 72 const pmConfig *config ///< Configuration 73 ); 70 74 71 75 /// Write the HDU header and mask 72 76 bool pmHDUWriteMask(pmHDU *hdu, ///< HDU to write 73 psFits *fits ///< FITS file to write to 74 ); 77 psFits *fits, ///< FITS file to write to 78 const pmConfig *config ///< Configuration 79 ); 75 80 76 81 /// Write the HDU header and weight map 77 82 bool pmHDUWriteWeight(pmHDU *hdu, ///< HDU to write 78 psFits *fits ///< FITS file to write to 79 ); 83 psFits *fits, ///< FITS file to write to 84 const pmConfig *config ///< Configuration 85 ); 80 86 81 87 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
