Changeset 11132 for trunk/psModules/src/concepts/pmConceptsStandard.h
- Timestamp:
- Jan 17, 2007, 5:14:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.h
r9581 r11132 7 7 /// @author Paul Price, IfA 8 8 /// 9 /// @version $Revision: 1. 6$ $Name: not supported by cvs2svn $10 /// @date $Date: 200 6-10-16 22:03:56$9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2007-01-18 03:14:09 $ 11 11 /// 12 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 21 21 // Functions to parse and format the standard concepts 22 22 23 24 /// Parse the FPA.FILTER concept to apply a lookup table 25 psMetadataItem *p_pmConceptParse_FPA_FILTER(const psMetadataItem *concept, ///< Concept to parse 26 const psMetadataItem *pattern, ///< Pattern to use in parsing 27 const psMetadata *cameraFormat, ///< Camera format definition 28 const pmFPA *fpa, ///< FPA for concept, or NULL 29 const pmChip *chip, ///< Chip for concept, or NULL 30 const pmCell *cell ///< Cell for concept, or NULL 31 ); 32 33 /// Format the FPA.FILTER concept to (reverse-)apply a lookup table 34 psMetadataItem *p_pmConceptFormat_FPA_FILTER(const psMetadataItem *concept, ///< Concept to format 35 const psMetadata *cameraFormat, ///< Camera format definition 36 const pmFPA *fpa, ///< FPA for concept, or NULL 37 const pmChip *chip, ///< Chip for concept, or NULL 38 const pmCell *cell ///< Cell for concept, or NULL 39 ); 23 40 24 41 /// Parse the coordinates concepts: FPA.RA and FPA.DEC
Note:
See TracChangeset
for help on using the changeset viewer.
