IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2007, 5:22:48 PM (19 years ago)
Author:
Paul Price
Message:

Adding const to pmConfig parameter, where possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePlots.c

    r12696 r12832  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-03-30 21:12:56 $
     7 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-04-14 03:22:48 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    3232// this function is called for the specific plotting program at the fileLevel
    3333// fileLevel must be >= chip
    34 bool pmFPAviewWriteSourcePlot(const pmFPAview *view, pmFPAfile *file, pmConfig *config)
     34bool pmFPAviewWriteSourcePlot(const pmFPAview *view, pmFPAfile *file, const pmConfig *config)
    3535{
    3636    PS_ASSERT_PTR_NON_NULL(view, false);
     
    5454
    5555// read in all chip-level SourcePlot files for this FPA
    56 bool pmFPAWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)
     56bool pmFPAWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
    5757{
    5858    PS_ASSERT_PTR_NON_NULL(fpa, false);
     
    9494
    9595// read in all cell-level SourcePlot files for this chip
    96 bool pmChipWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)
     96bool pmChipWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout)
    9797{
    9898    PS_ASSERT_PTR_NON_NULL(view, false);
     
    149149 *     - what are the dimensions of this element?
    150150 *     - create a new page for this element?
    151  
     151
    152152 * the answers to these questions come from slightly different locations
    153153 * for the different types of plots:
    154  
    155  *  1) focal-plane layout based plots: 
     154
     155 *  1) focal-plane layout based plots:
    156156 *     - dimensions depend on fileLevel
    157  
    158  *  2) multi-row plots: 
     157
     158 *  2) multi-row plots:
    159159 *     - dimensions depend on total number of rows
    160  
    161  *  2) multi-page plots: 
     160
     161 *  2) multi-page plots:
    162162 *     - dimensions depend on total number of rows
    163163 */
Note: See TracChangeset for help on using the changeset viewer.