Changeset 10084 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Nov 18, 2006, 3:55:24 PM (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
r7728 r10084 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006- 06-28 19:23:20$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-11-19 01:55:24 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 19 19 20 20 // load the pmFPAfile information from the camera configuration data 21 // 22 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 23 // reference count is held by the config->files metadata. 21 24 pmFPAfile *pmFPAfileDefineInput (pmConfig *config, pmFPA *fpa, char *name); 22 25 23 26 // load the pmFPAfile information from the camera configuration data 27 // 28 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 29 // reference count is held by the config->files metadata. 24 30 pmFPAfile *pmFPAfileDefineOutput (pmConfig *config, pmFPA *fpa, char *name); 25 31 26 32 // look for the given argname on the argument list. find the give filename from the file rules 33 // 34 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 35 // reference count is held by the config->files metadata. 27 36 pmFPAfile *pmFPAfileDefineFromArgs (bool *found, pmConfig *config, char *filename, char *argname); 28 37 29 38 // look for the given argname on the argument list. find the give filename from the file rules 39 // 40 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 41 // reference count is held by the config->files metadata. 30 42 pmFPAfile *pmFPAfileDefineFromConf (bool *found, pmConfig *config, char *filename); 31 43 32 44 // look for the given argname on the argument list. find the give filename from the file rules 45 // 46 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 47 // reference count is held by the config->files metadata. 33 48 pmFPAfile *pmFPAfileDefineFromDetDB (bool *found, pmConfig *config, char *filename, pmFPA *input, pmDetrendType type); 34 49 35 50 // create a new output pmFPAfile based on an existing FPA 51 // 52 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 53 // reference count is held by the config->files metadata. 36 54 pmFPAfile *pmFPAfileDefineFromFPA (pmConfig *config, pmFPA *src, int xBin, int yBin, char *filename); 37 55 38 56 // create a new output pmFPAfile based on an existing FPA 39 57 // only valid for pmFPAfile->mode == WRITE (or internal?) 58 // 59 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 60 // reference count is held by the config->files metadata. 40 61 pmFPAfile *pmFPAfileDefineNewCamera (pmConfig *config, char *filename); 41 62 … … 48 69 49 70 // look for the given argname on the argument list. find the give filename from the file rules 71 // 72 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 73 // reference count is held by the config->files metadata. 50 74 pmFPAfile *pmFPAfileDefineSingleFromArgs (bool *found, pmConfig *config, char *filename, char *argname, int entry); 51 75 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
