- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/psModules/src/concepts/pmConceptsStandard.h
r22699 r27839 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( … … 114 135 const pmCell *cell ///< Cell for concept, or NULL 115 136 ); 137 138 /// Format for the BTOOLAPP conceptn 139 psMetadataItem *p_pmConceptParse_BTOOLAPP( 140 const psMetadataItem *concept, ///< Concept to format 141 const psMetadataItem *pattern, 142 pmConceptSource source, ///< Source for concept 143 const psMetadata *cameraFormat, ///< Camera format definition 144 const pmFPA *fpa, ///< FPA for concept, or NULL 145 const pmChip *chip, ///< Chip for concept, or NULL 146 const pmCell *cell ///< Cell for concept, or NULL 147 ); 148 psMetadataItem *p_pmConceptFormat_BTOOLAPP( 149 const psMetadataItem *concept, ///< Concept to format 150 pmConceptSource source, ///< Source for concept 151 const psMetadata *cameraFormat, ///< Camera format definition 152 const pmFPA *fpa, ///< FPA for concept, or NULL 153 const pmChip *chip, ///< Chip for concept, or NULL 154 const pmCell *cell ///< Cell for concept, or NULL 155 ); 156 116 157 117 158 /// Parse the cell binning concepts: CELL.XBIN, CELL.YBIN
Note:
See TracChangeset
for help on using the changeset viewer.
