TotalExpTime< DataType > Class Template Reference

#include <TotalExpTime.hxx>

Inheritance diagram for TotalExpTime< DataType >:
Inheritance graph
[legend]
Collaboration diagram for TotalExpTime< DataType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TotalExpTime (const FitsFile &aFile)
virtual ~TotalExpTime ()
 Destructor.
void setSource (IntMap &tbls, IntMap &cols, StringMap units)
 Source is data column with extension number.
void setTarget (IntMap &cols, StringMap units)
 Target is data column with the total exposure time.
void doit (TableData< DataType > &data, int row1, int row2)
void doit2 (TableData< DataType > &rawData, TableData< DataType > &data, int row1, int row2)

Public Attributes

Logger log

Private Attributes

FitsFile mFile
int mTotalExpTimeColno
int mExtnumColno

Detailed Description

template<typename DataType>
class TotalExpTime< DataType >

Implements method to calculate the total exposure time.


Constructor & Destructor Documentation

template<typename DataType >
TotalExpTime< DataType >::TotalExpTime ( const FitsFile aFile  )  [inline]
template<typename DataType >
virtual TotalExpTime< DataType >::~TotalExpTime (  )  [inline, virtual]

Destructor.


Member Function Documentation

template<typename DataType >
void TotalExpTime< DataType >::doit ( TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]
template<typename DataType >
void TotalExpTime< DataType >::doit2 ( TableData< DataType > &  rawData,
TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]
template<typename DataType >
void TotalExpTime< DataType >::setSource ( IntMap tbls,
IntMap cols,
StringMap  units 
) [inline, virtual]

Source is data column with extension number.

Implements DataMethod< DataType >.

References TotalExpTime< DataType >::mExtnumColno.

template<typename DataType >
void TotalExpTime< DataType >::setTarget ( IntMap cols,
StringMap  units 
) [inline, virtual]

Target is data column with the total exposure time.

Implements DataMethod< DataType >.

References TotalExpTime< DataType >::mTotalExpTimeColno.


Member Data Documentation

template<typename DataType >
Logger TotalExpTime< DataType >::log

Constructor takes FitsFile objects for the pixel and catalog files.

template<typename DataType >
int TotalExpTime< DataType >::mExtnumColno [private]
template<typename DataType >
FitsFile TotalExpTime< DataType >::mFile [private]
template<typename DataType >
int TotalExpTime< DataType >::mTotalExpTimeColno [private]

The documentation for this class was generated from the following file:
Generated on Mon Oct 4 10:39:40 2010 for WfcamSrc by  doxygen 1.6.3