Plots a ReceptionModel.
More...
#include <ReceptionModelPlotter.h>
|
|
| ReceptionModelPlotter () |
| | Default constructor.
|
|
| ~ReceptionModelPlotter () |
| | Destructor.
|
|
void | set_model (ReceptionModel *model) |
| | Set the model to yield the Stokes parameters.
|
|
void | set_abscissa (Abscissa *para) |
| | Set the epoch angle model to yield the plot abscissa.
|
|
void | set_ipol (unsigned ipol) |
| | Set the index of the Stokes parameter to be plotted.
|
|
void | set_isource (unsigned isource) |
| | Set the index of the source to be plotted.
|
|
void | set_model_solved (bool solved=true) |
| | Set the model solved flag.
|
|
void | set_plot_residual (bool residual=true) |
| | Set the plot residual flag.
|
|
void | set_output (const char *filename) |
| | Set the name of the file to which text format will be written.
|
| virtual void | plot_model () |
| | Plot the model in the current configuration.
|
|
virtual void | plot_observations () |
| | Plot the observations corresponding to the current configuration.
|
|
virtual void | plot_stokes (EstimatePlotter &plotter, unsigned iplot) |
| | Plot the Stokes[ipol].
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|
|
Reference::To< ReceptionModel > | model |
| | The model from which plot data will be taken.
|
|
Reference::To< Abscissa > | abscissa |
| | The independent variable in each plot.
|
|
unsigned | ipol |
| | The index of the Stokes parameter to be plotted.
|
|
unsigned | isource |
| | The index of the source to be plotted.
|
|
unsigned | ipath |
| | The index of the signal path.
|
|
std::string | output_filename |
| | The name of the file to which text format data will be written.
|
|
bool | model_solved |
| | Flag set true when the model has been solved.
|
|
bool | plot_residual |
| | Flag set true when the data-model residual should be plotted.
|
◆ plot_model()
| void Calibration::ReceptionModelPlotter::plot_model |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: