|
| PulsarCalibrator (Calibrator::Type *=0) |
| Constructor.
|
|
| ~PulsarCalibrator () |
| Destructor. More...
|
|
bool | calibrator_match (const Archive *, std::string &reason_for_not_matching) |
| Return true if this calibrator can be applied to the data.
|
|
void | set_fixed_phase (bool flag=true) |
| When set, pulse phase is removed from the model.
|
|
void | share_phase () |
| Share a single phase estimate between all observations.
|
|
unsigned | get_nchan () const |
| Get the number of frequency channels.
|
|
unsigned | get_nstate_pulsar () const |
| Get the number of pulsar harmonics (input polarization states) More...
|
|
void | set_maximum_harmonic (unsigned max) |
| Set the maximum number of harmonics to include in fit.
|
|
void | set_choose_maximum_harmonic (bool flag=true) |
| Allow software to choose the maximum harmonic.
|
|
unsigned | get_nharmonic () const |
| Get the number of harmonics in use.
|
|
void | set_standard (const Archive *data) |
| Set the standard to which pulsar profiles will be fit.
|
|
void | set_solve_each (bool=true) |
| Solve each sub-integration (instead of global fit)
|
|
void | set_unload_each (Unloader *) |
| Unload the solution from each sub-integration.
|
|
void | wait () |
| Ensure that all queued jobs have finished.
|
|
void | update_solution () |
| Set the solution to the mean.
|
|
MEAL::Complex2 * | get_transformation (const Archive *data, unsigned isub, unsigned ichan) |
| Return the transformation to be used for precalibration.
|
|
const PolnProfileFit * | get_mtm (unsigned ichan) const |
| The matrix template matching engine used to fit the specified channel.
|
|
| SystemCalibrator (Archive *archive=0) |
| Construct with optional processed calibrator Archive. More...
|
|
| SystemCalibrator (const SystemCalibrator &) |
| Copy constructor.
|
|
virtual | ~SystemCalibrator () |
| Destructor.
|
|
Calibrator::Info * | get_Info () const |
| Return the Calibrator information.
|
|
MJD | get_epoch () const |
| Return the reference epoch of the calibration experiment.
|
|
unsigned | get_nchan () const |
| Get the number of frequency channels.
|
|
unsigned | get_ndata (unsigned ichan) const |
| Get the number of data points in the given frequency channel.
|
|
virtual unsigned | get_nstate () const |
| Get the total number of input polarization states (pulsar and cal) More...
|
|
virtual unsigned | get_state_is_pulsar (unsigned istate) const |
| Return true if the state index is a pulsar.
|
|
virtual bool | has_cal () const |
| Return true if calibrator (e.g. noise diode) data are incorporated.
|
|
virtual Calibrator::Info * | new_info_pulsar (unsigned istate) const |
| Return a new plot information interface for the specified pulsar state. More...
|
|
void | set_refcal_through_frontend (bool flag=true) |
| True if noise diode illuminates feed; false if coupled after OMT.
|
|
void | set_flux_calibrator (const FluxCalibrator *fluxcal) |
| Set the flux calibrator solution used to estimate calibrator Stokes.
|
|
void | set_calibrators (const std::vector< std::string > &filenames) |
| Set the calibrator observations to be loaded after first pulsar.
|
|
void | set_calibrator_preprocessor (Processor *) |
| Set the calibrator preprocessor.
|
|
virtual void | set_calibrator (const Archive *) |
| Set the calibrator.
|
|
virtual void | set_response (MEAL::Complex2 *) |
| Set the response (pure Jones) transformation.
|
|
void | set_previous_solution (const PolnCalibrator *) |
| Set the response to a previous solution (for the first guess)
|
|
void | set_response_fixed (const std::vector< unsigned > &) |
| Set the response parameters to be held fixed.
|
|
virtual void | set_response_variation (unsigned iparam, MEAL::Univariate< MEAL::Scalar > *) |
| Set the temporal variation function of a specified response parameter.
|
|
virtual void | set_impurity (MEAL::Real4 *) |
| Set the impurity transformation.
|
|
virtual void | set_projection (VariableTransformation *) |
| Set the projection transformation.
|
|
virtual void | set_ionospheric_rotation_measure (double rm) |
| Set the ionospheric rotation measure applied to all observations.
|
|
virtual void | set_gain (MEAL::Univariate< MEAL::Scalar > *) |
| Set the time variation of absolute gain.
|
|
virtual void | set_diff_gain (MEAL::Univariate< MEAL::Scalar > *) |
| Set the time variation of differential gain.
|
|
virtual void | set_diff_phase (MEAL::Univariate< MEAL::Scalar > *) |
| Set the time variation of differential phase.
|
|
virtual void | add_gain_step (const MJD &) |
| Add a step to the gain variations.
|
|
virtual void | add_diff_gain_step (const MJD &) |
| Add a step to the differential gain variations.
|
|
virtual void | add_diff_phase_step (const MJD &) |
| Add a step to the differential phase variations.
|
|
virtual void | add_step (const MJD &, Calibration::VariableBackend *) |
| Add a VariableBackend step at the specified MJD.
|
|
void | set_step_after_cal (bool val=true) |
| Apply time steps afer cals.
|
|
bool | get_step_after_cal () const |
|
virtual void | set_foreach_calibrator (const MEAL::Complex2 *) |
| Prepare the data for inclusion in the model Set the transformation to be cloned for each calibrator.
|
|
virtual void | set_stepeach_calibrator (const Calibration::VariableBackend *) |
| Set the VariableBackend step to be cloned for each calibrator.
|
|
virtual void | preprocess (Archive *data) |
| Prepare the data for inclusion in the model.
|
|
virtual void | add_observation (const Archive *data) |
| Add the observation to the set of constraints.
|
|
virtual void | set_normalize_by_invariant (bool flag=true) |
| Normalize each pulsar Stokes vector by the mean on-pulse invariant.
|
|
virtual void | add_pulsar (const Archive *data) |
| Add the pulsar observation to the set of constraints. More...
|
|
virtual void | add_calibrator (const Archive *data) |
| Add the calibrator observation to the set of constraints. More...
|
|
virtual void | add_epoch (const MJD &epoch) |
| Add an observational epoch.
|
|
MJD | get_start_epoch () const |
| Get the epoch of the first observation.
|
|
MJD | get_end_epoch () const |
| Get the epoch of the last observation.
|
|
virtual void | set_nthread (unsigned nthread) |
| Set the number of channels that may be simultaneously solved.
|
|
virtual void | set_equation_configuration (const std::vector< std::string > &) |
| Set the measurement equation configuration options.
|
|
virtual bool | has_solver () const |
| Return true if least squares minimization solvers are available.
|
|
virtual const Solver * | get_solver (unsigned ichan) const |
| Return the solver for the specified channel. More...
|
|
virtual void | set_solver (Solver *) |
| Set the algorithm used to solve the measurement equation.
|
|
virtual Solver * | get_solver () |
| Get the algorithm used to solve the measurement equation.
|
|
virtual void | set_retry_reduced_chisq (float) |
| Set the reduced chisq above which the solution will be retried.
|
|
virtual void | set_invalid_reduced_chisq (float) |
| Set the reduced chisq above which a solution will be flagged invalid.
|
|
virtual void | set_report_projection (bool) |
| Report on the projection correction used in add_pulsar method.
|
|
virtual void | set_report_initial_state (bool flag=true) |
| Report on the initial state of the model before fitting.
|
|
virtual void | set_report_input_data (bool flag=true) |
| Report on the data included as constraints before fitting.
|
|
virtual void | set_report_input_failed (bool flag=true) |
| Report on the number of failed attempts to add data.
|
|
void | set_cal_outlier_threshold (float f) |
| Set the threshold used to reject outliers when computing CAL levels.
|
|
float | get_cal_outlier_threshold () const |
| Get the threshold used to reject outliers when computing CAL levels.
|
|
void | set_cal_intensity_threshold (float f) |
| Set the threshold used to reject CAL observations with no signal.
|
|
float | get_cal_intensity_threshold () const |
| Get the threshold used to reject CAL observations with no signal.
|
|
void | set_cal_polarization_threshold (float f) |
| Set the minimum degree of polarization of CAL observations.
|
|
float | get_cal_polarization_threshold () const |
| Get the minimum degree of polarization of CAL observations.
|
|
void | set_step_finder (StepFinder *) |
| Set the algorithm used to automatically insert steps in response.
|
|
StepFinder * | get_step_finder () |
| Get the algorithm used to automatically insert steps in response.
|
|
virtual void | solve () |
| Solve equation for each frequency.
|
|
virtual void | reset () |
| Reset the response in each frequency to its initial value.
|
|
virtual bool | get_solved () const |
| Get the status of the model.
|
|
virtual bool | has_valid () const |
| Returns true if at least one channel returns get_valid == true.
|
|
float | get_reduced_chisq (unsigned ichan) const |
| Get the reduced chisq of the best fit in the specified channel.
|
|
virtual void | precalibrate (Archive *archive) |
| Pre-calibrate the polarization of the given archive. More...
|
|
virtual Archive * | new_solution (const std::string &archive_class) const |
| Return a Calibrator::new_solution with a CalibratorStokesExtension.
|
|
virtual const CalibratorStokes * | get_CalibratorStokes () const |
| Return the CalibratorStokesExtension.
|
|
virtual const Calibration::SignalPath * | get_model (unsigned ichan) const |
| Return the SignalPath for the specified channel.
|
|
| PolnCalibrator (const Archive *archive=0) |
| Construct with optional processed calibrator Archive. More...
|
|
| PolnCalibrator (const PolnCalibrator &calibrator) |
| Copy constructor.
|
|
virtual | ~PolnCalibrator () |
| Destructor.
|
|
void | set_subint (const Index &isub) |
| Set the sub-integration index.
|
|
virtual void | set_response_nchan (unsigned nchan) |
| Set the number of frequency channels in the response array.
|
|
virtual unsigned | get_response_nchan () const |
| Get the number of frequency channels in the response array.
|
|
virtual Jones< float > | get_response (unsigned ichan) const |
| Return the system response for the specified channel.
|
|
bool | has_Receiver () const |
| Return true if the Receiver is set.
|
|
const Receiver * | get_Receiver () const |
| Return the Receiver.
|
|
void | set_Receiver (const Archive *) |
| Set the Receiver extension to that of the input Archive.
|
|
std::string | get_receiver_basis_filename () const |
|
void | transformation_resize (unsigned nchan) |
|
bool | get_transformation_valid (unsigned ch) const |
| Return true if the transformation for the specified channel is valid. More...
|
|
void | set_transformation_invalid (unsigned ch, const std::string &reason) |
| Set the transformation invalid flag for the specified channel. More...
|
|
const std::string & | get_transformation_invalid_reason (unsigned ichan) const |
| Get the reason that the transformation in the specified channel is invalid.
|
|
const MEAL::Complex2 * | get_transformation (unsigned ichan) const |
| Return the transformation for the specified channel. More...
|
|
MEAL::Complex2 * | get_transformation (unsigned ichan) |
| Return the transformation for the specified channel. More...
|
|
void | set_transformation (unsigned ichan, MEAL::Complex2 *) |
| Set the transformation for the secified channel.
|
|
bool | has_covariance () const |
| Return true if parameter covariances are stored.
|
|
void | get_covariance (unsigned ichan, std::vector< double > &) const |
| Return the covariance matrix vector for the specified channel.
|
|
MEAL::LeastSquares * | get_solver (unsigned ichan) |
|
void | set_backend_correction (bool f) |
| Perform backend corrections before inverting response.
|
|
virtual void | calibrate (Archive *archive) |
| Calibrate the polarization of the given archive. More...
|
|
virtual const Type * | get_type () const |
| Return the Calibrator::Type of derived class.
|
|
unsigned | get_nchan (bool build_if_needed) const |
| Get the number of frequency channels in the calibrator.
|
|
CalibratorExtension * | new_Extension () const |
| Return a new PolnCalibratorExtension.
|
|
void | calibration_setup (const Archive *arch) |
| Set up done before calibrating an archive.
|
|
| Calibrator () |
| Default constructor.
|
|
virtual | ~Calibrator () |
| Destructor.
|
|
Archive * | new_solution (const std::string &archive_class) const |
| Return a new processed calibrator Archive with a CalibratorExtension.
|
|
virtual std::string | get_filenames () const |
| Return a string containing the file information.
|
|
const Archive * | get_Archive () const |
| Return a const reference to the calibrator archive.
|
|
template<class T > |
bool | is_a () const |
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|