Ask a Question | Search PSRCHIVE: |
Home
|
WeightInterpreter.h 61 };
Sets the weight of each Integration according to its duration. Definition: DurationWeight.h:24 std::string empty() Return the configuration string of the current weighting policy. Definition: WeightInterpreter.C:82 Policy time_functor The duration weighting policy. Definition: WeightInterpreter.h:58 Policy & policy The policy to be modified. Definition: WeightInterpreter.h:64 WeightInterpreter(Policy &) Construct with reference to the policy to be modified. Definition: WeightInterpreter.C:15 std::string time(const std::string &args) Install the DurationWeight policy. Definition: WeightInterpreter.C:51 void weight(Integration *) Set integration weights. Definition: IntegrationWeight.C:18 Sets the weight of each Integration according to its duration. Definition: RadiometerWeight.h:24 Sets the weight of each Profile according to its S/N squared. Definition: SNRWeight.h:24 Policy radiometer_functor The radiometer equation weighting policy. Definition: WeightInterpreter.h:55 Policy snr_functor The snr weighting policy. Definition: WeightInterpreter.h:61 std::string radiometer(const std::string &args) Install the RadiometerWeight policy. Definition: WeightInterpreter.C:39 std::string snr(const std::string &args) Install the SNRWeight policy. Definition: WeightInterpreter.C:63 const std::string get_message() const std::string none(const std::string &args) Disable weighting. Definition: WeightInterpreter.C:75 Generated using doxygen 1.8.17
|