Changeset 13214 for trunk/psModules/src/objects/pmSourcePlots.c
- Timestamp:
- May 3, 2007, 2:54:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePlots.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlots.c
r12832 r13214 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 4-14 03:22:48$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-05-04 00:54:09 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 67 67 layout->nX = 4; 68 68 layout->nY = 2; 69 layout->aspectRatio = 2.0;69 layout->aspectRatio = 1.0; 70 70 // count the number of chips and their layout (xrange, yrange, axis ratio) 71 71 for (int i = 0; i < fpa->chips->n; i++) { … … 104 104 layout = pmSourcePlotLayoutAlloc (); 105 105 layout->nTotal = 1; 106 layout->nX = 1; 107 layout->nY = 1; 108 layout->aspectRatio = 1.0; 106 109 } else { 107 110 psMemIncrRefCounter (layout); … … 119 122 if (!strcmp (file->name, "SOURCE.PLOT.MOMENTS")) { 120 123 pmSourcePlotMoments (newView, file, config, layout); 124 } 125 if (!strcmp (file->name, "SOURCE.PLOT.APRESID")) { 126 pmSourcePlotApResid (newView, file, config, layout); 121 127 } 122 128 }
Note:
See TracChangeset
for help on using the changeset viewer.
