Changeset 25882 for trunk/psModules/src/concepts/pmConceptsStandard.h
- Timestamp:
- Oct 18, 2009, 10:52:02 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.h
r25425 r25882 72 72 ); 73 73 74 /// Parse the FPA.OBSTYPE concept to apply a lookup table 75 psMetadataItem *p_pmConceptParse_FPA_OBSTYPE( 76 const psMetadataItem *concept, ///< Concept to parse 77 const psMetadataItem *pattern, ///< Pattern to use in parsing 78 pmConceptSource source, ///< Source for concept 79 const psMetadata *cameraFormat, ///< Camera format definition 80 const pmFPA *fpa, ///< FPA for concept, or NULL 81 const pmChip *chip, ///< Chip for concept, or NULL 82 const pmCell *cell ///< Cell for concept, or NULL 83 ); 84 85 /// Format the FPA.OBSTYPE concept to (reverse-)apply a lookup table 86 psMetadataItem *p_pmConceptFormat_FPA_OBSTYPE( 87 const psMetadataItem *concept, ///< Concept to format 88 pmConceptSource source, ///< Source for concept 89 const psMetadata *cameraFormat, ///< Camera format definition 90 const pmFPA *fpa, ///< FPA for concept, or NULL 91 const pmChip *chip, ///< Chip for concept, or NULL 92 const pmCell *cell ///< Cell for concept, or NULL 93 ); 94 74 95 /// Parse the coordinates concepts: FPA.RA and FPA.DEC 75 96 psMetadataItem *p_pmConceptParse_FPA_Coords(
Note:
See TracChangeset
for help on using the changeset viewer.
