Changeset 14889 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Sep 19, 2007, 11:37:58 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.h
r14647 r14889 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 8-23 23:42:41$6 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-09-19 21:37:58 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 28 28 // Define an output pmFPAfile 29 29 pmFPAfile *pmFPAfileDefineOutput(const pmConfig *config, // Configuration 30 pmFPA *fpa, // Optional FPA to bind31 const char *name // Name of camera format to use30 pmFPA *fpa, // Optional FPA to bind 31 const char *name // Name of file rule 32 32 ); 33 33 34 /// Same as pmFPAfileDefineOutput, but binds to the fpa in the provided file 35 pmFPAfile *pmFPAfileDefineOutputFromFile(const pmConfig *config, // Configuration 36 pmFPAfile *file, // File to bind FPAs, or NULL 37 const char *name // Name of file rule 38 ); 39 40 /// Define the FPA file using the provided camera and format names. 34 41 pmFPAfile *pmFPAfileDefineOutputForFormat(const pmConfig *config, // Configuration 35 pmFPA *fpa, // Optional FPA to bind36 const char *name, // Name of file rule37 const char *cameraName, // Name of camera configuration to use38 const char *formatName // Name of camera format to use42 pmFPA *fpa, // Optional FPA to bind 43 const char *name, // Name of file rule 44 psString cameraName, // Name of camera configuration to use 45 psString formatName // Name of camera format to use 39 46 ); 40 47 … … 69 76 // reference count is held by the config->files metadata. 70 77 pmFPAfile *pmFPAfileDefineFromFPA (const pmConfig *config, pmFPA *src, int xBin, int yBin, const char *filename); 78 79 /// Same as pmFPAfileDefineFromFPA, except it uses an FPA file instead of an FPA 80 pmFPAfile *pmFPAfileDefineFromFile(const pmConfig *config, // Configuration 81 pmFPAfile *src, // Source file for this file 82 int xBin, int yBin, // Binning for this file 83 const char *filename // Name of file rule 84 ); 85 71 86 72 87 // create a new output pmFPAfile based on an existing FPA
Note:
See TracChangeset
for help on using the changeset viewer.
