IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2007, 5:14:09 PM (20 years ago)
Author:
Paul Price
Message:

Adding FPA.EXPOSURE

File:
1 edited

Legend:

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

    r9581 r11132  
    77/// @author Paul Price, IfA
    88///
    9 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-16 22:03:56 $
     9/// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2007-01-18 03:14:09 $
    1111///
    1212/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    2121// Functions to parse and format the standard concepts
    2222
     23
     24/// Parse the FPA.FILTER concept to apply a lookup table
     25psMetadataItem *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
     34psMetadataItem *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                                            );
    2340
    2441/// Parse the coordinates concepts: FPA.RA and FPA.DEC
Note: See TracChangeset for help on using the changeset viewer.