- Timestamp:
- Feb 2, 2009, 2:37:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/psModules/src/camera/pmFPARead.h
r21211 r21269 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.15.44. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2009-0 1-29 00:33:51$6 * @version $Revision: 1.15.44.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-02-03 00:37:06 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 226 226 /// also read and included in the cell analysis metadata under "name.HEADER". 227 227 int pmCellReadTable(pmCell *cell, ///< Cell for which to read table 228 psFits *fits, ///< FITS file from which t he table228 psFits *fits, ///< FITS file from which to read the table 229 229 const char *name ///< Specifies the extension name, and target in the analysis metadata 230 230 ); … … 233 233 /// 234 234 /// Iterates over component cells, calling pmCellReadTable. 235 int pmChipReadTable(pmChip *chip, ///< C ellfor which to read table236 psFits *fits, ///< FITS file from which t he table235 int pmChipReadTable(pmChip *chip, ///< Chip for which to read table 236 psFits *fits, ///< FITS file from which to read the table 237 237 const char *name ///< Specifies the extension name, and target in the analysis metadata 238 238 ); … … 241 241 /// 242 242 /// Iterates over component chips, calling pmChipReadTable. 243 int pmFPAReadTable(pmFPA *fpa, ///< Cellfor which to read table244 psFits *fits, ///< FITS file from which t he table243 int pmFPAReadTable(pmFPA *fpa, ///< FPA for which to read table 244 psFits *fits, ///< FITS file from which to read the table 245 245 const char *name ///< Specifies the extension name, and target in the analysis metadata 246 246 ); 247 248 /// Read covariance matrices for a cell 249 bool pmCellReadCovariance(pmCell *cell, ///< Cell for which to read covariance matrices 250 psFits *fits ///< FITS file from which to read 251 ); 252 253 /// Read covariance matrices for a chip 254 bool pmChipReadCovariance(pmChip *chip, ///< Chip for which to read covariance matrices 255 psFits *fits ///< FITS file from which to read 256 ); 257 258 /// Read covariance matrices for a cell 259 bool pmFPAReadCovariance(pmFPA *fpa, ///< FPA for which to read covariance matrices 260 psFits *fits ///< FITS file from which to read 261 ); 262 263 264 247 265 /// @} 248 266 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
