#include <AntennaFlagger.h>
◆ AntennaFlagger()
| dp3::steps::AntennaFlagger::AntennaFlagger |
( |
const common::ParameterSet & |
parset, |
|
|
const std::string & |
prefix |
|
) |
| |
|
explicit |
◆ finish()
| void dp3::steps::AntennaFlagger::finish |
( |
| ) |
|
|
overridevirtual |
Finish the processing of this step and subsequent steps.
Implements dp3::steps::Step.
◆ getProvidedFields()
| common::Fields dp3::steps::AntennaFlagger::getProvidedFields |
( |
| ) |
const |
|
inlineoverridevirtual |
Get the fields provided (modified and/or created) by the current step. The returned fields thus should not include (required) fields that are forwarded without modifications.
Implements dp3::steps::Step.
◆ getRequiredFields()
| common::Fields dp3::steps::AntennaFlagger::getRequiredFields |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ process()
| bool dp3::steps::AntennaFlagger::process |
( |
std::unique_ptr< base::DPBuffer > |
buffer | ) |
|
|
overridevirtual |
Process the data. When processed, the step should invoke the process function of the next step with the same buffer as argument.
- Returns
- False at the end of the input. True if there is more input.
Reimplemented from dp3::steps::Step.
◆ show()
| void dp3::steps::AntennaFlagger::show |
( |
std::ostream & |
| ) |
const |
|
overridevirtual |
◆ showTimings()
| void dp3::steps::AntennaFlagger::showTimings |
( |
std::ostream & |
, |
|
|
double |
duration |
|
) |
| const |
|
overridevirtual |
Show the timings. The default implementation does nothing.
Reimplemented from dp3::steps::Step.
◆ updateInfo()
| void dp3::steps::AntennaFlagger::updateInfo |
( |
const base::DPInfo & |
| ) |
|
|
overridevirtual |
Update the general info (called by setInfo). The default implementation copies the info.
Reimplemented from dp3::steps::Step.
The documentation for this class was generated from the following file: