Changeset 17911 for trunk/psModules/src/camera/pmFPAConstruct.h
- Timestamp:
- Jun 4, 2008, 3:32:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.h
r16912 r17911 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-0 3-11 01:27:05$6 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-06-05 01:31:33 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 21 21 /// as the corresponding values (whitespace separated). The FPA hierarchy is created devoid of any 22 22 /// input/output sources (i.e., HDUs). 23 pmFPA *pmFPAConstruct(const psMetadata *camera ///< The camera configuration 23 pmFPA *pmFPAConstruct(const psMetadata *camera, ///< The camera configuration 24 const char *cameraName ///< Name of the camera (for FPA.CAMERA concept) 24 25 ); 25 26 … … 28 29 /// This is suitable for generating an output FPA given the desired format. 29 30 bool pmFPAAddSourceFromFormat(pmFPA *fpa, ///< The FPA 30 const char *fpa name, ///< FPA.NAME for the source31 const char *fpaObs, ///< FPA.NAME for the source 31 32 const psMetadata *format ///< Format of file 32 33 ); … … 37 38 /// configuration is required in order to describe how the FPA is laid out in terms of disk files. 38 39 bool pmFPAAddSourceFromView(pmFPA *fpa, ///< The FPA 39 const char *fpa name, ///< FPA.NAME for the source40 const char *fpaObs, ///< FPA.NAME for the source 40 41 const pmFPAview *phuView, ///< The view, corresponding to the PHU 41 42 const psMetadata *format ///< Format of file
Note:
See TracChangeset
for help on using the changeset viewer.
