PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
ReferenceCalibrator.h Definition CalibratorType.h:26 Array of Profiles integrated over the same time interval. Definition Integration.h:37 PolnCalibrator(const Archive *archive=0) Construct with optional processed calibrator Archive. Definition PolnCalibrator.C:76 double outlier_threshold Threshold used to reject outliers when computing levels. Definition ReferenceCalibrator.h:109 static ReferenceCalibrator * factory(const Calibrator::Type *, const Archive *) Factory creates instances of derived types. Definition ReferenceCalibrator.C:496 std::vector< Estimate< double > > baseline Intensity of off-pulse (system + sky), in CAL flux units. Definition ReferenceCalibrator.h:94 virtual MEAL::Complex2 * solve(const std::vector< Estimate< double > > &hi, const std::vector< Estimate< double > > &lo)=0 Derived classes must perform the actual solution. Stokes< Estimate< double > > reference_source The Stokes parameters of the reference source. Definition ReferenceCalibrator.h:97 static Option< bool > smooth_bandpass If true, then a median filter is run on the calibrator bandpass. Definition ReferenceCalibrator.h:34 ~ReferenceCalibrator() Destructor. Definition ReferenceCalibrator.C:34 void set_calibrator(const Archive *archive) Filter access to the calibrator. Definition ReferenceCalibrator.C:39 void get_levels(unsigned nchan, std::vector< std::vector< Estimate< double > > > &hi, std::vector< std::vector< Estimate< double > > > &lo) const Return the mean levels of the calibrator hi and lo states. Definition ReferenceCalibrator.C:358 virtual void extra(unsigned ichan, const std::vector< Estimate< double > > &source, const std::vector< Estimate< double > > &sky) Derived classes may also compute other things. Definition ReferenceCalibrator.h:130 void calculate(std::vector< std::vector< Estimate< double > > > &hi, std::vector< std::vector< Estimate< double > > > &lo) Does the calculation of the above. ReferenceCalibrator(const Archive *archive) Construct from an single PolnCal Pulsar::Archive. Definition ReferenceCalibrator.C:86 void set_outlier_threshold(float f) Set the threshold used to reject outliers when computing levels. Definition ReferenceCalibrator.h:59 void calculate_transformation() Solve using the observation of the reference source. Definition ReferenceCalibrator.C:369 virtual void set_nchan(unsigned nchan) Set the number of frequency channels in the response array. Definition ReferenceCalibrator.C:147 unsigned requested_nchan Requested number of frequency channels. Definition ReferenceCalibrator.h:106 Stokes< Estimate< double > > get_reference_source() const Get the Stokes parameters of the reference source. Definition ReferenceCalibrator.C:138 void set_reference_source(const Stokes< Estimate< double > > &stokes) Set the Stokes parameters of the reference source. Definition ReferenceCalibrator.C:130 float get_outlier_threshold() const Get the threshold used to reject outliers when computing levels. Definition ReferenceCalibrator.h:62 bool source_set Flag raised when the reference_source attribute is set. Definition ReferenceCalibrator.h:103 Generated using doxygen 1.14.0
|