Changeset 12832 for trunk/psModules/src/objects/pmSourcePlots.c
- Timestamp:
- Apr 13, 2007, 5:22:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePlots.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlots.c
r12696 r12832 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-30 21:12:56$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-14 03:22:48 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 32 32 // this function is called for the specific plotting program at the fileLevel 33 33 // fileLevel must be >= chip 34 bool pmFPAviewWriteSourcePlot(const pmFPAview *view, pmFPAfile *file, pmConfig *config)34 bool pmFPAviewWriteSourcePlot(const pmFPAview *view, pmFPAfile *file, const pmConfig *config) 35 35 { 36 36 PS_ASSERT_PTR_NON_NULL(view, false); … … 54 54 55 55 // read in all chip-level SourcePlot files for this FPA 56 bool pmFPAWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)56 bool pmFPAWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout) 57 57 { 58 58 PS_ASSERT_PTR_NON_NULL(fpa, false); … … 94 94 95 95 // read in all cell-level SourcePlot files for this chip 96 bool pmChipWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)96 bool pmChipWriteSourcePlot (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout) 97 97 { 98 98 PS_ASSERT_PTR_NON_NULL(view, false); … … 149 149 * - what are the dimensions of this element? 150 150 * - create a new page for this element? 151 151 152 152 * the answers to these questions come from slightly different locations 153 153 * for the different types of plots: 154 155 * 1) focal-plane layout based plots: 154 155 * 1) focal-plane layout based plots: 156 156 * - dimensions depend on fileLevel 157 158 * 2) multi-row plots: 157 158 * 2) multi-row plots: 159 159 * - dimensions depend on total number of rows 160 161 * 2) multi-page plots: 160 161 * 2) multi-page plots: 162 162 * - dimensions depend on total number of rows 163 163 */
Note:
See TracChangeset
for help on using the changeset viewer.
