IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2009, 10:52:02 AM (17 years ago)
Author:
eugene
Message:

use OBSTYPE.TABLE to translate OBSTYPE keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.h

    r25425 r25882  
    7272    );
    7373
     74/// Parse the FPA.OBSTYPE concept to apply a lookup table
     75psMetadataItem *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
     86psMetadataItem *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
    7495/// Parse the coordinates concepts: FPA.RA and FPA.DEC
    7596psMetadataItem *p_pmConceptParse_FPA_Coords(
Note: See TracChangeset for help on using the changeset viewer.