IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2007, 5:15:37 PM (18 years ago)
Author:
eugene
Message:

adding FPA.COMMENT, FPA.TELTEMP.* concepts and TELTEMP parse function

File:
1 edited

Legend:

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

    r15299 r15770  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-10-12 03:18:11 $
     6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-12-08 03:15:37 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1818psList *p_pmConceptParseRegions(const char *region ///< Regions, separated by whitespace
    1919    );
     20
     21// Parse the TELTEMPS concept : parse a list of the form 'X1 X2 X3 X4 X5 ...' : for now use median
     22psMetadataItem *p_pmConceptParse_TELTEMPS(const psMetadataItem *concept,
     23                                          const psMetadataItem *pattern,
     24                                          pmConceptSource source,
     25                                          const psMetadata *cameraFormat,
     26                                          const pmFPA *fpa,
     27                                          const pmChip *chip,
     28                                          const pmCell *cell);
    2029
    2130/// Parse the FPA.FILTER concept to apply a lookup table
Note: See TracChangeset for help on using the changeset viewer.