Changeset 18163 for trunk/psModules/src/camera/pmFPAHeader.h
- Timestamp:
- Jun 17, 2008, 12:16:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAHeader.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAHeader.h
r18137 r18163 1 1 /* @file pmFPAHeader.h 2 2 * @brief Functions read FITS headers for FPA components 3 * 3 * 4 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-06-1 4 02:15:05$5 * 6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-06-17 22:16:38 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 21 21 bool pmFPAReadHeader(pmFPA *fpa, ///< FPA for which to read header 22 22 psFits *fits, ///< FITS file handle 23 psDB *db 23 pmConfig *config ///< Configuration 24 24 ); 25 25 … … 30 30 bool pmChipReadHeader(pmChip *chip, ///< Chip for which to read header 31 31 psFits *fits, ///< FITS file handle 32 psDB *db 32 pmConfig *config ///< Configuration 33 33 ); 34 34 … … 39 39 bool pmCellReadHeader(pmCell *cell, ///< Cell for which to read header 40 40 psFits *fits, ///< FITS file handle 41 psDB *db 41 pmConfig *config ///< Configuration 42 42 ); 43 43 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
