IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2007, 2:54:09 PM (19 years ago)
Author:
magnier
Message:

adding PlotApResid

File:
1 edited

Legend:

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

    r12832 r13214  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-04-14 03:22:48 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-05-04 00:54:09 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    6767        layout->nX = 4;
    6868        layout->nY = 2;
    69         layout->aspectRatio = 2.0;
     69        layout->aspectRatio = 1.0;
    7070        // count the number of chips and their layout (xrange, yrange, axis ratio)
    7171        for (int i = 0; i < fpa->chips->n; i++) {
     
    104104        layout = pmSourcePlotLayoutAlloc ();
    105105        layout->nTotal = 1;
     106        layout->nX = 1;
     107        layout->nY = 1;
     108        layout->aspectRatio = 1.0;
    106109    } else {
    107110        psMemIncrRefCounter (layout);
     
    119122            if (!strcmp (file->name, "SOURCE.PLOT.MOMENTS")) {
    120123                pmSourcePlotMoments (newView, file, config, layout);
     124            }
     125            if (!strcmp (file->name, "SOURCE.PLOT.APRESID")) {
     126                pmSourcePlotApResid (newView, file, config, layout);
    121127            }
    122128        }
Note: See TracChangeset for help on using the changeset viewer.