IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18843


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

Include required headers.

Location:
trunk/psModules/src/camera
Files:
2 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
  • trunk/psModules/src/camera/pmFPAfile.h

    r17036 r18843  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-03-18 18:38:14 $
     6 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-08-01 03:15:46 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    1111#ifndef PM_FPA_FILE_H
    1212#define PM_FPA_FILE_H
     13
     14#include <pslib.h>
     15
     16#include <pmFPALevel.h>
     17#include <pmFPA.h>
     18#include <pmFPAview.h>
     19#include <pmDetrendDB.h>
    1320
    1421/// @addtogroup Camera Camera Layout
Note: See TracChangeset for help on using the changeset viewer.