Changeset 11182 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Jan 19, 2007, 12:14:15 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
r10966 r11182 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-01- 08 22:30:21$9 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-19 22:14:15 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 35 35 // reference count is held by the config->files metadata. 36 36 pmFPAfile *pmFPAfileDefineFromArgs (bool *found, pmConfig *config, const char *filename, const char *argname); 37 38 // look for the given argname on the argument list; bind the associated files to the specified 39 // fpa. these are, eg, mask or weight images. 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. 42 pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, pmConfig *config, const char *filename, const char *argname); 37 43 38 44 // look for the given argname on the argument list. find the give filename from the file rules
Note:
See TracChangeset
for help on using the changeset viewer.
