11#ifndef __Pulsar_FixInterpreter_h
12#define __Pulsar_FixInterpreter_h
14#include "Pulsar/InterpreterExtension.h"
15#include "Pulsar/FixFluxCal.h"
16#include "Pulsar/SetReceiver.h"
21 class FixInterpreter :
public Interpreter::Extension
33 std::string fluxcal (
const std::string& args);
36 std::string receiver (
const std::string& args);
39 std::string epoch (
const std::string& args);
42 std::string freq (
const std::string& args);
45 std::string coord (
const std::string& args);
48 std::string pointing (
const std::string& args);
51 std::string psrfits_refmjd (
const std::string& args);
58 FixFluxCal fix_flux_cal;
59 SetReceiver set_receiver;
Defines the PSRCHIVE library.
Definition CalSource.h:17