Changeset 18163 for trunk/psModules/src/camera/pmFPAWrite.h
- Timestamp:
- Jun 17, 2008, 12:16:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.h (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.h
r12705 r18163 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-03-31 04:17:41$6 * @version $Revision: 1.11 $ $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 */ … … 11 11 #ifndef PM_FPA_WRITE_H 12 12 #define PM_FPA_WRITE_H 13 14 #include <pmConfig.h> 13 15 14 16 /// @addtogroup Camera Camera Layout … … 32 34 bool pmCellWrite(pmCell *cell, ///< Cell to write 33 35 psFits *fits, ///< FITS file to which to write 34 p sDB *db, ///< Database handle for "concepts" update36 pmConfig *config, ///< Configuration 35 37 bool blank ///< Write a blank PHU? 36 38 ); … … 44 46 bool pmChipWrite(pmChip *chip, ///< Chip to write 45 47 psFits *fits, ///< FITS file to which to write 46 p sDB *db, ///< Database handle for "concepts" update48 pmConfig *config, ///< Configuration 47 49 bool blank, ///< Write a blank PHU? 48 50 bool recurse ///< Recurse to lower levels? … … 57 59 bool pmFPAWrite(pmFPA *fpa, ///< FPA to write 58 60 psFits *fits, ///< FITS file to which to write 59 p sDB *db, ///< Database handle for "concepts" update61 pmConfig *config, ///< Configuration 60 62 bool blank, ///< Write a blank PHU? 61 63 bool recurse ///< Recurse to lower levels? … … 70 72 bool pmCellWriteMask(pmCell *cell, ///< Cell to write 71 73 psFits *fits, ///< FITS file to which to write 72 p sDB *db, ///< Database handle for "concepts" update74 pmConfig *config, ///< Configuration 73 75 bool blank ///< Write a blank PHU? 74 76 ); … … 83 85 bool pmChipWriteMask(pmChip *chip, ///< Chip to write 84 86 psFits *fits, ///< FITS file to which to write 85 p sDB *db, ///< Database handle for "concepts" update87 pmConfig *config, ///< Configuration 86 88 bool blank, ///< Write a blank PHU? 87 89 bool recurse ///< Recurse to lower levels? … … 97 99 bool pmFPAWriteMask(pmFPA *fpa, ///< FPA to write 98 100 psFits *fits, ///< FITS file to which to write 99 p sDB *db, ///< Database handle for "concepts" update101 pmConfig *config, ///< Configuration 100 102 bool blank, ///< Write a blank PHU? 101 103 bool recurse ///< Recurse to lower levels? … … 110 112 bool pmCellWriteWeight(pmCell *cell, ///< Cell to write 111 113 psFits *fits, ///< FITS file to which to write 112 p sDB *db, ///< Database handle for "concepts" update114 pmConfig *config, ///< Configuration 113 115 bool blank ///< Write a blank PHU? 114 116 ); … … 123 125 bool pmChipWriteWeight(pmChip *chip, ///< Chip to write 124 126 psFits *fits, ///< FITS file to which to write 125 p sDB *db, ///< Database handle for "concepts" update127 pmConfig *config, ///< Configuration 126 128 bool blank, ///< Write a blank PHU? 127 129 bool recurse ///< Recurse to lower levels? … … 137 139 bool pmFPAWriteWeight(pmFPA *fpa, ///< FPA to write 138 140 psFits *fits, ///< FITS file to which to write 139 p sDB *db, ///< Database handle for "concepts" update141 pmConfig *config, ///< Configuration 140 142 bool blank, ///< Write a blank PHU? 141 143 bool recurse ///< Recurse to lower levels?
Note:
See TracChangeset
for help on using the changeset viewer.
