casa
5.7.0-16
|
Rate-aware time interpolation engine. More...
#include <FringeJones.h>
Static Public Member Functions | |
static CTTimeInterp1 * | factory (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 CTTimeInterp1 * | factory (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... | |
Rate-aware time interpolation engine.
Definition at line 39 of file FringeJones.h.
casa::CTRateAwareTimeInterp1::CTRateAwareTimeInterp1 | ( | NewCalTable & | ct, |
const casacore::String & | timetype, | ||
casacore::Array< casacore::Float > & | result, | ||
casacore::Array< casacore::Bool > & | rflag | ||
) |
From NewCalTable.
|
virtual |
Destructor.
|
private |
Refine time-dep phase with rate info.
|
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 |
Interpolate, given timestamp; returns T if new result.
Reimplemented from casa::CTTimeInterp1.