Ask a Question | Search PSRCHIVE: |
![]()
|
FluxCalManager.h A CoherencyMeasurement set and their coordinates. Definition CoherencyMeasurementSet.h:22 void add_observation(Signal::Source type) Add a new observation. Definition FluxCalManager.C:75 void integrate(Signal::Source type, const MEAL::Complex2 *) Integrate an estimate of the backend. Definition FluxCalManager.C:234 FluxCalObsVector off_observations The set of off-source flux calibrator observations. Definition FluxCalManager.h:119 Reference::To< SourceDeltaEstimate > standard_candle The difference between on-source and off-source calibrator observations. Definition FluxCalManager.h:123 Reference::To< MEAL::ProductRule< MEAL::Complex2 > > frontend The frontend component of the instrument. Definition FluxCalManager.h:110 FluxCalManager(SignalPath *composite) Default constructor. Definition FluxCalManager.C:20 FluxCalObsVector on_observations The set of on-source flux calibrator observations. Definition FluxCalManager.h:116 Reference::To< SignalPath > composite The SignalPath manager into which signal paths are added. Definition FluxCalManager.h:113 void set_backend(const MEAL::Complex2 *) Set the backend transformation to be cloned for each flux calibrator. bool is_constrained() const Return true if at least one complete flux calibrator observation. Definition FluxCalManager.C:58 const SourceEstimate * get_source_off(unsigned istate) const Return the Source estimate for the ith state. Definition FluxCalManager.C:310 FluxCalObsVector & get_observations(Signal::Source source_type) Returns a reference to on_observations or off_observations. Definition FluxCalManager.C:115 const SourceEstimate * get_source_on(unsigned istate) const Return the Source estimate for the ith state. Definition FluxCalManager.C:303 unsigned get_nstate_off() const Get the number of independent FluxCalOff source states. Definition FluxCalManager.C:317 SourceEstimate * create_SourceEstimate(Signal::Source) Create a new SourceEstimate of the required type. Definition FluxCalManager.C:137 unsigned get_nstate_on() const Get the number of independent FluxCalOn source states. Definition FluxCalManager.C:294 void add_source(FluxCalObservation *) Add a new source to the model. Definition FluxCalManager.C:126 void set_StokesV_infit(FluxCalObsVector &) Set the fit flag for Stokes V in each source state. Definition FluxCalManager.C:221 void add_backend(FluxCalObservation *) Add a new backend to the model. Definition FluxCalManager.C:92 void update() Update all backend models with current best estimate. Definition FluxCalManager.C:325 Reference::To< MEAL::Complex2 > backend The backend transformation to be cloned for each flux calibrator. Definition FluxCalManager.h:107 const std::string & why_not_constrained() const Explain why if not constrained. Definition FluxCalManager.h:92 Manages flux calibrator source state and backend transformation. Definition FluxCalManager.h:23 Reference::To< SourceEstimate > source Model of source and its first guess/best estimate. Definition FluxCalManager.h:37 Reference::To< BackendEstimate > backend Backend transformation for this observation. Definition FluxCalManager.h:34 Signal::Source source_type Source code (FluxCalOn or FluxCalOff) Definition FluxCalManager.h:29 Manages multiple signal path transformations in a reception model. Definition SignalPath.h:49 Manages a single source and its current best estimate (first guess) Definition SourceEstimate.h:26 Source Generated using doxygen 1.14.0
|