Changeset 20095 for trunk/psModules/src/concepts/pmConceptsStandard.h
- Timestamp:
- Oct 13, 2008, 11:20:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.h
r15770 r20095 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-12-08 03:15:37$6 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-10-13 21:20:36 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 19 19 ); 20 20 21 /// Parse the CELL.READNOISE concept to do ADU->e correction if required 22 psMetadataItem *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 31 psMetadataItem *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 21 38 // Parse the TELTEMPS concept : parse a list of the form 'X1 X2 X3 X4 X5 ...' : for now use median 22 39 psMetadataItem *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); 29 46 30 47 /// Parse the FPA.FILTER concept to apply a lookup table
Note:
See TracChangeset
for help on using the changeset viewer.
