IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19849


Ignore:
Timestamp:
Oct 2, 2008, 10:52:01 AM (18 years ago)
Author:
eugene
Message:

one plot per detector; needs to get generalized

File:
1 edited

Legend:

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

    r15562 r19849  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-11-10 01:09:20 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-10-02 20:52:01 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    6666        layout = pmSourcePlotLayoutAlloc ();
    6767        // XXX temporary hardwired values for essence?
    68         layout->nX = 4;
    69         layout->nY = 2;
     68        layout->nX = 1;
     69        layout->nY = 1;
    7070        layout->aspectRatio = 1.0;
    7171        // count the number of chips and their layout (xrange, yrange, axis ratio)
Note: See TracChangeset for help on using the changeset viewer.