SkySubScale< DataType > Class Template Reference

#include <SkySubScale.hxx>

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

List of all members.

Public Member Functions

 SkySubScale ()
 Constructor just sets the method name.
virtual ~SkySubScale ()
 Destructor.
void setSource (IntMap &aTblMap, IntMap &aColMap, StringMap aUnits)
 Source is data column with the name of the FITS files.
void setTarget (IntMap &aColMap, StringMap aUnits)
 Target is data column with the frame ID.
void doit (TableData< DataType > &aData, int aFirstRow, int aLastRow)
 Fill up the frame ID column.
void doit2 (TableData< DataType > &rawData, TableData< DataType > &data, int row1, int row2)

Private Attributes

int mSourceCol
int mTargetCol

Detailed Description

template<typename DataType>
class SkySubScale< DataType >

This class implements the method to calculate the frame ID from another FITS file whose name is already in one of the data columns


Constructor & Destructor Documentation

template<typename DataType >
SkySubScale< DataType >::SkySubScale (  )  [inline]

Constructor just sets the method name.

template<typename DataType >
virtual SkySubScale< DataType >::~SkySubScale (  )  [inline, virtual]

Destructor.


Member Function Documentation

template<typename DataType >
void SkySubScale< DataType >::doit ( TableData< DataType > &  aData,
int  aFirstRow,
int  aLastRow 
) [inline, virtual]
template<typename DataType >
void SkySubScale< DataType >::doit2 ( TableData< DataType > &  rawData,
TableData< DataType > &  data,
int  row1,
int  row2 
) [inline, virtual]
template<typename DataType >
void SkySubScale< DataType >::setSource ( IntMap aTblMap,
IntMap aColMap,
StringMap  aUnits 
) [inline, virtual]

Source is data column with the name of the FITS files.

Implements DataMethod< DataType >.

References SkySubScale< DataType >::mSourceCol.

template<typename DataType >
void SkySubScale< DataType >::setTarget ( IntMap aColMap,
StringMap  aUnits 
) [inline, virtual]

Target is data column with the frame ID.

Implements DataMethod< DataType >.

References SkySubScale< DataType >::mTargetCol.


Member Data Documentation

template<typename DataType >
int SkySubScale< DataType >::mSourceCol [private]
template<typename DataType >
int SkySubScale< DataType >::mTargetCol [private]

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