Changeset 9572 for trunk/psModules/src/concepts/pmConceptsPhotcode.h
- Timestamp:
- Oct 13, 2006, 4:35:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsPhotcode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsPhotcode.h
r7679 r9572 2 2 #define PM_CONCEPTS_PHOTCODE_H 3 3 4 #include "pslib.h"4 #include <pslib.h> 5 5 #include "pmConfig.h" 6 6 #include "pmFPAview.h" 7 7 #include "pmFPAfile.h" 8 8 9 char *pmConceptsPhotcodeForView (pmConfig *config, pmFPAfile *file, pmFPAview *view); 9 /// Return the photcode based on the PHOTCODE.RULE in the PHASE2 recipe 10 /// 11 /// A photometry code ("photcode") is a string that represents the combination of filter and detector (chip). 12 /// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in 13 /// the PHASE2 recipe. Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted. 14 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view); 10 15 11 16 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
