Changeset 19021 for trunk/psModules/src/concepts/pmConceptsPhotcode.h
- Timestamp:
- Aug 11, 2008, 5:27:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsPhotcode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsPhotcode.h
r13410 r19021 4 4 * @author Eugene Magnier, IfA 5 5 * 6 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-05-17 21:35:51$6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-08-12 03:27:14 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 15 15 /// @{ 16 16 17 /// Return the photcode based on the PHOTCODE.RULE in the PHASE2 recipe17 /// Return the photcode based on the PHOTCODE.RULE in the camera configuration 18 18 /// 19 19 /// A photometry code ("photcode") is a string that represents the combination of filter and detector (chip). 20 20 /// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in 21 /// the PHASE2 recipe. Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.22 psString pmConceptsPhotcodeForView(pm Config *config, pmFPAfile *file, const pmFPAview *view);21 /// the camera configuration. Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted. 22 psString pmConceptsPhotcodeForView(pmFPAfile *file, const pmFPAview *view); 23 23 24 24 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
