7 #ifndef DP3_STEPS_SETBEAM_H_
8 #define DP3_STEPS_SETBEAM_H_
10 #include <casacore/measures/Measures/MDirection.h>
12 #include <EveryBeam/beammode.h>
28 const std::string& prefix);
34 bool process(std::unique_ptr<base::DPBuffer> buffer)
override;
40 void show(std::ostream&)
const override;
44 std::vector<std::string> direction_strings_;
45 casacore::MDirection direction_;
46 everybeam::BeamMode mode_;
Buffer holding the data of a timeslot/band.
Class to hold code for virtual base class for Flaggers in DP3.
General info about DP3 data processing attributes like averaging.
Definition: DPInfo.h:35
Implements a map of Key-Value pairs.
Definition: ParameterSet.h:31
DPPP step class to set the beam keywords in a ms.
Definition: SetBeam.h:24
common::Fields getProvidedFields() const override
Definition: SetBeam.h:32
common::Fields getRequiredFields() const override
Get the fields required by the current step.
Definition: SetBeam.h:30
bool process(std::unique_ptr< base::DPBuffer > buffer) override
void updateInfo(const base::DPInfo &info) override
void finish() override
Finish the processing of this step and subsequent steps.
Definition: SetBeam.h:36
void show(std::ostream &) const override
Show the step parameters.
SetBeam(const common::ParameterSet ¶meters, const std::string &prefix)
Parameters are obtained from the parset using the given prefix.
Abstract base class for a DP3 step.
Definition: Step.h:52
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53