IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2008, 5:16:10 PM (18 years ago)
Author:
Paul Price
Message:

Include required headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.h

    r18830 r18843  
    66 * @author Eugene Magnier, IfA
    77 *
    8  * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2008-08-01 00:01:25 $
     8 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2008-08-01 03:16:10 $
    1010 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    1313#ifndef PM_FPA_H
    1414#define PM_FPA_H
     15
     16#include <pslib.h>
     17#include <pmHDU.h>
    1518
    1619/// @addtogroup Camera Camera Layout
     
    127130    bool file_exists;                   ///< Does the file for this readout exist (read case only)?
    128131    bool data_exists;                   ///< Does the data for this readout exist (read case only)?
    129     int thisImageScan;                  ///< start scan for next/current read
    130     int lastImageScan;                  ///< start scan of the last read
    131     int thisMaskScan;                   ///< start scan for next/current read
    132     int lastMaskScan;                   ///< start scan of the last read
    133     int thisWeightScan;                 ///< start scan for next/current read
    134     int lastWeightScan;                 ///< start scan of the last read
     132    int thisImageScan;                  ///< start scan for next/current read
     133    int lastImageScan;                  ///< start scan of the last read
     134    int thisMaskScan;                   ///< start scan for next/current read
     135    int lastMaskScan;                   ///< start scan of the last read
     136    int thisWeightScan;                 ///< start scan for next/current read
     137    int lastWeightScan;                 ///< start scan of the last read
    135138} pmReadout;
    136139
Note: See TracChangeset for help on using the changeset viewer.