Index: trunk/psModules/src/concepts/pmConceptsStandard.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsStandard.h	(revision 15770)
+++ trunk/psModules/src/concepts/pmConceptsStandard.h	(revision 20095)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-12-08 03:15:37 $
+ * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-10-13 21:20:36 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -19,12 +19,29 @@
     );
 
+/// Parse the CELL.READNOISE concept to do ADU->e correction if required
+psMetadataItem *p_pmConceptParse_CELL_READNOISE(const psMetadataItem *concept,
+                                                const psMetadataItem *pattern,
+                                                pmConceptSource source,
+                                                const psMetadata *cameraFormat,
+                                                const pmFPA *fpa,
+                                                const pmChip *chip,
+                                                const pmCell *cell);
+
+/// Format the CELL.READNOISE concept to do e->ADU correction if required
+psMetadataItem *p_pmConceptFormat_CELL_READNOISE(const psMetadataItem *concept,
+                                                 pmConceptSource source,
+                                                 const psMetadata *cameraFormat,
+                                                 const pmFPA *fpa,
+                                                 const pmChip *chip,
+                                                 const pmCell *cell);
+
 // Parse the TELTEMPS concept : parse a list of the form 'X1 X2 X3 X4 X5 ...' : for now use median
 psMetadataItem *p_pmConceptParse_TELTEMPS(const psMetadataItem *concept,
-					  const psMetadataItem *pattern,
-					  pmConceptSource source,
-					  const psMetadata *cameraFormat,
-					  const pmFPA *fpa,
-					  const pmChip *chip,
-					  const pmCell *cell);
+                                          const psMetadataItem *pattern,
+                                          pmConceptSource source,
+                                          const psMetadata *cameraFormat,
+                                          const pmFPA *fpa,
+                                          const pmChip *chip,
+                                          const pmCell *cell);
 
 /// Parse the FPA.FILTER concept to apply a lookup table
