class Vector; More...
#include <FluxCalcVQS.h>
Public Types | |
typedef FluxCalcVQS | FCVQS |
typedef RigidVector< String, 4 > | RVS4 |
typedef RigidVector< String, 5 > | RVS5 |
Public Attributes | |
NUMBER_SOURCES | |
Source identifiers. |
class Vector;
FluxCalcVQS: Base class for flux standard calculations taking account for time variability of the sources.
Public interface
From "flux density", "calculator", "variable", and "quasistatic".
The FluxCalcVQS class provides an interface and a small amount of machinery for computing total flux densities of calibrators which may be variable in time. For the source with significant enough time variability, inteploation in time with choice of nearest neighbour, linear, cubic, or cubic spline, is performed. See FluxStdsQS for actual definitions of the standards. The polynomial coefficents for the standard include time-variable sources are assumed to be stored in an external table.
Provide a base interface for calculating standard flux densities, and include any common functions.
Definition at line 88 of file FluxCalcVQS.h.
typedef FluxCalcVQS casa::FluxCalcVQS::FCVQS |
Definition at line 92 of file FluxCalcVQS.h.
typedef RigidVector<String, 4> casa::FluxCalcVQS::RVS4 |
Definition at line 93 of file FluxCalcVQS.h.
typedef RigidVector<String, 5> casa::FluxCalcVQS::RVS5 |
Definition at line 94 of file FluxCalcVQS.h.
Source identifiers.
Reimplemented from casa::FluxStdSrcs.
Definition at line 108 of file FluxCalcVQS.h.