casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
casa::CTRateAwareTimeInterp1 Class Reference

Rate-aware time interpolation engine. More...

#include <FringeJones.h>

Inheritance diagram for casa::CTRateAwareTimeInterp1:
casa::CTTimeInterp1

Public Member Functions

 CTRateAwareTimeInterp1 (NewCalTable &ct, const casacore::String &timetype, casacore::Array< casacore::Float > &result, casacore::Array< casacore::Bool > &rflag)
 From NewCalTable. More...
 
virtual ~CTRateAwareTimeInterp1 ()
 Destructor. More...
 
virtual casacore::Bool interpolate (casacore::Double time)
 Interpolate, given timestamp; returns T if new result. More...
 
- Public Member Functions inherited from casa::CTTimeInterp1
 CTTimeInterp1 (NewCalTable &ct, const casacore::String &timetype, casacore::Array< casacore::Float > &result, casacore::Array< casacore::Bool > &rflag)
 Null ctor CTTimeInterp1(); // TBD: make private? More...
 
virtual ~CTTimeInterp1 ()
 Destructor. More...
 
casacore::Double timeRef () const
 Some state info. More...
 
casacore::String timeType () const
 
casacore::Vector
< casacore::Double
domain () const
 
virtual casacore::Bool interpolate (casacore::Double newtime, casacore::Double freq)
 Interpolate, given timestamp and fiducial freq; returns T if new result. More...
 
virtual void state (casacore::Bool verbose=false)
 
void setInterpType (casacore::String strtype)
 Set interpolation type. More...
 

Static Public Member Functions

static CTTimeInterp1factory (NewCalTable &ct, const casacore::String &timetype, casacore::Array< casacore::Float > &result, casacore::Array< casacore::Bool > &rflag)
 static factory method to make CTRateAwareTimeInterp1 NB: returns pointer to a generic CTTimeInterp1 More...
 
- Static Public Member Functions inherited from casa::CTTimeInterp1
static CTTimeInterp1factory (NewCalTable &ct, const casacore::String &timetype, casacore::Array< casacore::Float > &result, casacore::Array< casacore::Bool > &rflag)
 static factory method to make CTTimeInterp1 More...
 

Private Member Functions

void applyPhaseRate (casacore::Bool single)
 Refine time-dep phase with rate info. More...
 

Additional Inherited Members

- Protected Member Functions inherited from casa::CTTimeInterp1
casacore::Bool findTimeRegistration (casacore::Int &idx, casacore::Bool &exact, casacore::Float newtime)
 Find time registration. More...
 
void applyPhaseDelay (casacore::Double freq)
 Do phase delay math. More...
 
- Protected Attributes inherited from casa::CTTimeInterp1
NewCalTable ct_
 The CalTable Should be a single antenna, spw. More...
 
ROCTMainColumnsmcols_p
 Access to columns. More...
 
casacore::String timeType_
 Interpolation modes. More...
 
casacore::Double currTime_
 Current time, idx. More...
 
casacore::Int currIdx_
 
casacore::Bool lastWasExact_
 
casacore::Double timeRef_
 casacore::Time list More...
 
casacore::Vector< casacore::Floattimelist_
 
casacore::Vector
< casacore::Double
domain_
 
casacore::Cube< casacore::Boolflaglist_
 Flags list. More...
 
casacore::Interpolate1D
< casacore::Float,
casacore::Array
< casacore::Float > > * 
tInterpolator_p
 Pointer to the time interpolator. More...
 
casacore::Double cfreq_
 Phase-delay correction info. More...
 
casacore::Cube< casacore::Floatcycles_
 
casacore::Array< casacore::Floatresult_
 Arrays in which to deposit results (ordinarily, these (CASA-casacore::Array) reference external Arrays) More...
 
casacore::Array< casacore::Boolrflag_
 

Detailed Description

Rate-aware time interpolation engine.

Definition at line 39 of file FringeJones.h.

Constructor & Destructor Documentation

casa::CTRateAwareTimeInterp1::CTRateAwareTimeInterp1 ( NewCalTable ct,
const casacore::String timetype,
casacore::Array< casacore::Float > &  result,
casacore::Array< casacore::Bool > &  rflag 
)

From NewCalTable.

virtual casa::CTRateAwareTimeInterp1::~CTRateAwareTimeInterp1 ( )
virtual

Destructor.

Member Function Documentation

void casa::CTRateAwareTimeInterp1::applyPhaseRate ( casacore::Bool  single)
private

Refine time-dep phase with rate info.

static CTTimeInterp1* casa::CTRateAwareTimeInterp1::factory ( NewCalTable ct,
const casacore::String timetype,
casacore::Array< casacore::Float > &  result,
casacore::Array< casacore::Bool > &  rflag 
)
inlinestatic

static factory method to make CTRateAwareTimeInterp1 NB: returns pointer to a generic CTTimeInterp1

Definition at line 57 of file FringeJones.h.

Referenced by casa::FringeJones::cttifactoryptr().

virtual casacore::Bool casa::CTRateAwareTimeInterp1::interpolate ( casacore::Double  time)
virtual

Interpolate, given timestamp; returns T if new result.

Reimplemented from casa::CTTimeInterp1.


The documentation for this class was generated from the following file: