IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2006, 3:47:44 PM (20 years ago)
Author:
Paul Price
Message:

PHU=NONE (i.e., megacam split) now working, with concept ingest; changed definition of pmFPAAddSource to return a pmFPAview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAview.h

    r6580 r6618  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-03-14 04:40:37 $
     9*  @version $Revision: 1.1.2.6 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-03-17 01:47:44 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    3232typedef struct
    3333{
    34     int chip;
    35     int cell;
    36     int readout;
    37     int nRows;
    38     int iRows;
     34    int chip;                           // Number of the chip, or -1 for all
     35    int cell;                           // Number of the cell, or -1 for all
     36    int readout;                        // Number of the readout, or -1 for all
     37    int nRows;                          // Maximum number of rows per readout segment read, or 0 for all
     38    int iRows;                          // Starting point for this read
    3939    pmFPA *fpa;
    4040}
Note: See TracChangeset for help on using the changeset viewer.