IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2008, 11:20:36 AM (18 years ago)
Author:
Paul Price
Message:

Allowing CELL.READNOISE to be specified in ADU instead of electrons. This requires updating the parsed value with the gain when it's available. Added a check at the principal (only?) place this value is used (pmReadoutSetWeight) so that errors can be trapped.

File:
1 edited

Legend:

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

    r15770 r20095  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-12-08 03:15:37 $
     6 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-10-13 21:20:36 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1919    );
    2020
     21/// Parse the CELL.READNOISE concept to do ADU->e correction if required
     22psMetadataItem *p_pmConceptParse_CELL_READNOISE(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);
     29
     30/// Format the CELL.READNOISE concept to do e->ADU correction if required
     31psMetadataItem *p_pmConceptFormat_CELL_READNOISE(const psMetadataItem *concept,
     32                                                 pmConceptSource source,
     33                                                 const psMetadata *cameraFormat,
     34                                                 const pmFPA *fpa,
     35                                                 const pmChip *chip,
     36                                                 const pmCell *cell);
     37
    2138// Parse the TELTEMPS concept : parse a list of the form 'X1 X2 X3 X4 X5 ...' : for now use median
    2239psMetadataItem *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);
     40                                          const psMetadataItem *pattern,
     41                                          pmConceptSource source,
     42                                          const psMetadata *cameraFormat,
     43                                          const pmFPA *fpa,
     44                                          const pmChip *chip,
     45                                          const pmCell *cell);
    2946
    3047/// Parse the FPA.FILTER concept to apply a lookup table
Note: See TracChangeset for help on using the changeset viewer.