Changeset 11749 for trunk/psModules/src/concepts/pmConceptsStandard.h
- Timestamp:
- Feb 12, 2007, 12:22:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.h
r11253 r11749 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-24 02:54:15 $6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-02-12 22:22:15 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 17 17 #include <pslib.h> 18 18 #include "pmFPA.h" 19 #include "pmConcepts.h" 19 20 20 21 /// Parse the FPA.FILTER concept to apply a lookup table 21 22 psMetadataItem *p_pmConceptParse_FPA_FILTER(const psMetadataItem *concept, ///< Concept to parse 22 23 const psMetadataItem *pattern, ///< Pattern to use in parsing 24 pmConceptSource source, ///< Source for concept 23 25 const psMetadata *cameraFormat, ///< Camera format definition 24 26 const pmFPA *fpa, ///< FPA for concept, or NULL … … 29 31 /// Format the FPA.FILTER concept to (reverse-)apply a lookup table 30 32 psMetadataItem *p_pmConceptFormat_FPA_FILTER(const psMetadataItem *concept, ///< Concept to format 33 pmConceptSource source, ///< Source for concept 31 34 const psMetadata *cameraFormat, ///< Camera format definition 32 35 const pmFPA *fpa, ///< FPA for concept, or NULL … … 38 41 psMetadataItem *p_pmConceptParse_FPA_Coords(const psMetadataItem *concept, ///< Concept to parse 39 42 const psMetadataItem *pattern, ///< Pattern to use in parsing 43 pmConceptSource source, ///< Source for concept 40 44 const psMetadata *cameraFormat, ///< Camera format definition 41 45 const pmFPA *fpa, ///< FPA for concept, or NULL … … 46 50 /// Format the coordinates concepts: FPA.RA and FPA.DEC 47 51 psMetadataItem *p_pmConceptFormat_FPA_Coords(const psMetadataItem *concept, ///< Concept to format 52 pmConceptSource source, ///< Source for concept 48 53 const psMetadata *cameraFormat, ///< Camera format definition 49 54 const pmFPA *fpa, ///< FPA for concept, or NULL … … 55 60 psMetadataItem *p_pmConceptParse_CELL_TRIMSEC(const psMetadataItem *concept, ///< Concept to parse 56 61 const psMetadataItem *pattern, ///< Pattern to use in parsing 62 pmConceptSource source, ///< Source for concept 57 63 const psMetadata *cameraFormat, ///< Camera format definition 58 64 const pmFPA *fpa, ///< FPA for concept, or NULL … … 64 70 psMetadataItem *p_pmConceptParse_CELL_BIASSEC(const psMetadataItem *concept, ///< Concept to parse 65 71 const psMetadataItem *pattern, ///< Pattern to use in parsing 72 pmConceptSource source, ///< Source for concept 66 73 const psMetadata *cameraFormat, ///< Camera format definition 67 74 const pmFPA *fpa, ///< FPA for concept, or NULL … … 73 80 psMetadataItem *p_pmConceptParse_CELL_Binning(const psMetadataItem *concept, ///< Concept to parse 74 81 const psMetadataItem *pattern, ///< Pattern to use in parsing 82 pmConceptSource source, ///< Source for concept 75 83 const psMetadata *cameraFormat, ///< Camera format definition 76 84 const pmFPA *fpa, ///< FPA for concept, or NULL … … 82 90 psMetadataItem *p_pmConceptParse_TIMESYS(const psMetadataItem *concept, ///< Concept to parse 83 91 const psMetadataItem *pattern, ///< Pattern to use in parsing 92 pmConceptSource source, ///< Source for concept 84 93 const psMetadata *cameraFormat, ///< Camera format definition 85 94 const pmFPA *fpa, ///< FPA for concept, or NULL … … 91 100 psMetadataItem *p_pmConceptParse_TIME(const psMetadataItem *concept, ///< Concept to parse 92 101 const psMetadataItem *pattern, ///< Pattern to use in parsing 102 pmConceptSource source, ///< Source for concept 93 103 const psMetadata *cameraFormat, ///< Camera format definition 94 104 const pmFPA *fpa, ///< FPA for concept, or NULL … … 100 110 psMetadataItem *p_pmConceptParse_Positions(const psMetadataItem *concept, ///< Concept to parse 101 111 const psMetadataItem *pattern, ///< Pattern to use in parsing 102 const psMetadata *cameraFormat, ///< Camera format definition 112 pmConceptSource source, ///< Source for concept 113 const psMetadata *cameraFormat, ///< Camera format definition 103 114 const pmFPA *fpa, ///< FPA for concept, or NULL 104 115 const pmChip *chip, ///< Chip for concept, or NULL … … 108 119 /// Format the CELL.TRIMSEC concept 109 120 psMetadataItem *p_pmConceptFormat_CELL_TRIMSEC(const psMetadataItem *concept, ///< Concept to format 121 pmConceptSource source, ///< Source for concept 110 122 const psMetadata *cameraFormat, ///< Camera format definition 111 123 const pmFPA *fpa, ///< FPA for concept, or NULL … … 116 128 /// Format the CELL.BIASSEC concept 117 129 psMetadataItem *p_pmConceptFormat_CELL_BIASSEC(const psMetadataItem *concept, ///< Concept to format 130 pmConceptSource source, ///< Source for concept 118 131 const psMetadata *cameraFormat, ///< Camera format definition 119 132 const pmFPA *fpa, ///< FPA for concept, or NULL … … 124 137 /// Format the CELL.XBIN concept 125 138 psMetadataItem *p_pmConceptFormat_CELL_XBIN(const psMetadataItem *concept, ///< Concept to format 139 pmConceptSource source, ///< Source for concept 126 140 const psMetadata *cameraFormat, ///< Camera format definition 127 141 const pmFPA *fpa, ///< FPA for concept, or NULL … … 132 146 /// Format the CELL.YBIN concept 133 147 psMetadataItem *p_pmConceptFormat_CELL_YBIN(const psMetadataItem *concept, ///< Concept to format 148 pmConceptSource source, ///< Source for concept 134 149 const psMetadata *cameraFormat, ///< Camera format definition 135 150 const pmFPA *fpa, ///< FPA for concept, or NULL … … 140 155 /// Format the time system concepts: FPA.TIMESYS and CELL.TIMESYS 141 156 psMetadataItem *p_pmConceptFormat_TIMESYS(const psMetadataItem *concept, ///< Concept to format 157 pmConceptSource source, ///< Source for concept 142 158 const psMetadata *cameraFormat, ///< Camera format definition 143 159 const pmFPA *fpa, ///< FPA for concept, or NULL … … 148 164 /// Format the time concepts: FPA.TIME and CELL.TIME 149 165 psMetadataItem *p_pmConceptFormat_TIME(const psMetadataItem *concept, ///< Concept to format 166 pmConceptSource source, ///< Source for concept 150 167 const psMetadata *cameraFormat, ///< Camera format definition 151 168 const pmFPA *fpa, ///< FPA for concept, or NULL … … 156 173 /// Format a cell position concept, e.g., CELL.X0 157 174 psMetadataItem *p_pmConceptFormat_Positions(const psMetadataItem *concept, ///< Concept to format 175 pmConceptSource source, ///< Source for concept 158 176 const psMetadata *cameraFormat, ///< Camera format definition 159 177 const pmFPA *fpa, ///< FPA for concept, or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
