PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
CorrelationInfo.h Definition Calibrator.h:151 unsigned get_nclass() const override Return the number of parameter classes. Definition CorrelationInfo.C:60 std::string get_title() const override Return the title. Definition CorrelationInfo.C:44 unsigned get_nchan() const override Return the number of frequency channels. Definition CorrelationInfo.C:52 Estimate< float > get_param(unsigned ichan, unsigned iclass, unsigned iparam) const override Return the estimate of the specified parameter. Definition CorrelationInfo.C:139 std::string get_param_name(unsigned iparam) const override Return the PGPLOT-encoded name of the specified parameter. Definition CorrelationInfo.C:68 Reference::To< const PolnCalibrator > poln_calibrator The PolnCalibrator with correlation information to be plotted. Definition CorrelationInfo.h:53 unsigned get_nparam(unsigned iclass) const override Return the number of parameters in the specified class. Definition CorrelationInfo.C:102 std::string get_label(unsigned iclass) const override Return the PGPLOT-encoded label of the specified class. Definition CorrelationInfo.C:74 std::vector< std::string > names Parameter names. Definition CorrelationInfo.h:59 unsigned index Index of the parameter for which correlation information will be plotted. Definition CorrelationInfo.h:56 CorrelationInfo(unsigned index, const PolnCalibrator *calibrator) Constructor. Definition CorrelationInfo.C:16 Generated using doxygen 1.14.0
|