Changeset 12831 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Apr 13, 2007, 5:01:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.h (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.h
r12696 r12831 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 3-30 21:12:56$6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-04-14 03:01:11 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 19 19 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 20 20 // reference count is held by the config->files metadata. 21 pmFPAfile *pmFPAfileDefineInput ( pmConfig *config, pmFPA *fpa, const char *name);21 pmFPAfile *pmFPAfileDefineInput (const pmConfig *config, pmFPA *fpa, const char *name); 22 22 23 23 // load the pmFPAfile information from the camera configuration data … … 25 25 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 26 26 // reference count is held by the config->files metadata. 27 pmFPAfile *pmFPAfileDefineOutput ( pmConfig *config, pmFPA *fpa, const char *name);27 pmFPAfile *pmFPAfileDefineOutput (const pmConfig *config, pmFPA *fpa, const char *name); 28 28 29 29 // look for the given argname on the argument list. find the give filename from the file rules … … 37 37 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 38 38 // reference count is held by the config->files metadata. 39 pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, pmConfig *config, const char *filename, const char *argname);39 pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, const pmConfig *config, const char *filename, const char *argname); 40 40 41 41 // look for the given argname on the argument list. find the give filename from the file rules … … 43 43 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 44 44 // reference count is held by the config->files metadata. 45 pmFPAfile *pmFPAfileDefineFromConf (bool *found, pmConfig *config, const char *filename);45 pmFPAfile *pmFPAfileDefineFromConf (bool *found, const pmConfig *config, const char *filename); 46 46 47 47 // look for the given argname on the argument list. find the give filename from the file rules … … 49 49 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 50 50 // reference count is held by the config->files metadata. 51 pmFPAfile *pmFPAfileDefineFromDetDB (bool *found, pmConfig *config, const char *filename,51 pmFPAfile *pmFPAfileDefineFromDetDB (bool *found, const pmConfig *config, const char *filename, 52 52 pmFPA *input, pmDetrendType type); 53 53 … … 56 56 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 57 57 // reference count is held by the config->files metadata. 58 pmFPAfile *pmFPAfileDefineFromFPA ( pmConfig *config, pmFPA *src, int xBin, int yBin, const char *filename);58 pmFPAfile *pmFPAfileDefineFromFPA (const pmConfig *config, pmFPA *src, int xBin, int yBin, const char *filename); 59 59 60 60 // create a new output pmFPAfile based on an existing FPA … … 63 63 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 64 64 // reference count is held by the config->files metadata. 65 pmFPAfile *pmFPAfileDefineNewCamera ( pmConfig *config, const char *filename);65 pmFPAfile *pmFPAfileDefineNewCamera (const pmConfig *config, const char *filename); 66 66 67 67 /// Create a new output pmFPAfile based upon a chip mosaic of an existing FPA … … 69 69 /// The new pmFPAfile is inserted into the config->files metadata, freed and returned; so that the user does 70 70 /// not have to (and should not!) free the result. 71 pmFPAfile *pmFPAfileDefineChipMosaic( pmConfig *config, ///< Configuration data71 pmFPAfile *pmFPAfileDefineChipMosaic(const pmConfig *config, ///< Configuration data 72 72 pmFPA *src, ///< Source FPA 73 73 const char *filename ///< Output (root) filename … … 78 78 /// The new pmFPAfile is inserted into the config->files metadata, freed and returned; so that the user does 79 79 /// not have to (and should not!) free the result. 80 pmFPAfile *pmFPAfileDefineFPAMosaic( pmConfig *config, ///< Configuration data80 pmFPAfile *pmFPAfileDefineFPAMosaic(const pmConfig *config, ///< Configuration data 81 81 pmFPA *src, ///< Source FPA 82 82 const char *filename ///< Output (root) filename
Note:
See TracChangeset
for help on using the changeset viewer.
