Changeset 13704 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Jun 7, 2007, 2:31:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.h
r13496 r13704 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 5-24 02:38:07$6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-06-08 00:31:50 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 66 66 pmFPAfile *pmFPAfileDefineNewCamera (const pmConfig *config, const char *filename); 67 67 68 /// Create a new output pmFPAfile for a skycell of the default camera 69 /// 70 /// The new pmFPAfile is inserted into the config->files metadata, freed and returned; so that the user does 71 /// not have to (and should not!) free the result. 72 pmFPAfile *pmFPAfileDefineSkycell(const pmConfig *config, ///< Configuration data 73 pmFPA *fpa, ///< FPA to which to bind 74 const char *filename ///< Output (root) filename 75 ); 76 77 68 78 /// Create a new output pmFPAfile based upon a chip mosaic of an existing FPA 69 79 ///
Note:
See TracChangeset
for help on using the changeset viewer.
