Index: trunk/psModules/src/objects/pmSourcePlots.c
===================================================================
--- trunk/psModules/src/objects/pmSourcePlots.c	(revision 12696)
+++ trunk/psModules/src/objects/pmSourcePlots.c	(revision 12832)
@@ -5,6 +5,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-30 21:12:56 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-14 03:22:48 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -32,5 +32,5 @@
 // this function is called for the specific plotting program at the fileLevel
 // fileLevel must be >= chip
-bool pmFPAviewWriteSourcePlot(const pmFPAview *view, pmFPAfile *file, pmConfig *config)
+bool pmFPAviewWriteSourcePlot(const pmFPAview *view, pmFPAfile *file, const pmConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(view, false);
@@ -54,5 +54,5 @@
 
 // read in all chip-level SourcePlot files for this FPA
-bool pmFPAWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)
+bool pmFPAWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
 {
     PS_ASSERT_PTR_NON_NULL(fpa, false);
@@ -94,5 +94,5 @@
 
 // read in all cell-level SourcePlot files for this chip
-bool pmChipWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)
+bool pmChipWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
 {
     PS_ASSERT_PTR_NON_NULL(view, false);
@@ -149,15 +149,15 @@
  *     - what are the dimensions of this element?
  *     - create a new page for this element?
- 
+
  * the answers to these questions come from slightly different locations
  * for the different types of plots:
- 
- *  1) focal-plane layout based plots: 
+
+ *  1) focal-plane layout based plots:
  *     - dimensions depend on fileLevel
- 
- *  2) multi-row plots: 
+
+ *  2) multi-row plots:
  *     - dimensions depend on total number of rows
- 
- *  2) multi-page plots: 
+
+ *  2) multi-page plots:
  *     - dimensions depend on total number of rows
  */
