Changeset 10421 for trunk/psModules/src/objects/pmPSF_IO.h
- Timestamp:
- Dec 3, 2006, 8:48:10 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF_IO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF_IO.h
r9539 r10421 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-1 0-13 21:15:45$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-12-03 18:48:10 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 psMetadata *pmPSFtoMetadata (psMetadata *metadata, pmPSF *psf); 19 19 pmPSF *pmPSFfromMetadata (psMetadata *metadata); 20 bool pmFPAviewWritePSFmodel (const pmFPAview *view, pmFPAfile *file );21 bool pmFPAWritePSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file );22 bool pmChipWritePSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file );23 bool pmCellWritePSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file );24 bool pmReadoutWritePSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file );20 bool pmFPAviewWritePSFmodel (const pmFPAview *view, pmFPAfile *file, pmConfig *config); 21 bool pmFPAWritePSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 22 bool pmChipWritePSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 23 bool pmCellWritePSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 24 bool pmReadoutWritePSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 25 25 26 bool pmFPAviewReadPSFmodel (const pmFPAview *view, pmFPAfile *file );27 bool pmFPAReadPSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file );28 bool pmChipReadPSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file );29 bool pmCellReadPSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file );30 bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file );26 bool pmFPAviewReadPSFmodel (const pmFPAview *view, pmFPAfile *file, pmConfig *config); 27 bool pmFPAReadPSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 28 bool pmChipReadPSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 29 bool pmCellReadPSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 30 bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 31 31 32 32 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
