AOFlagger
|
Holds a flagging strategy. More...
#include <aoflagger.h>
Public Member Functions | |
Strategy (const Strategy &sourceStrategy) | |
Create a copy of a strategy. | |
Strategy (Strategy &&sourceStrategy) | |
Move construct a strategy. More... | |
~Strategy () | |
Destruct strategy. | |
Strategy & | operator= (const Strategy &sourceStrategy) |
Assign to strategy. | |
Strategy & | operator= (Strategy &&sourceStrategy) |
Move assign to strategy. More... | |
Friends | |
class | AOFlagger |
Holds a flagging strategy.
Telescope-specific flagging strategies can be created with AOFlagger::MakeStrategy(), or can be loaded from disc with AOFlagger::LoadStrategy(). Strategies can not be changed with this interface. A user can create strategies with the rfigui
tool that is part of the aoflagger package.
aoflagger::Strategy::Strategy | ( | Strategy && | sourceStrategy | ) |
Move construct a strategy.
Move assign to strategy.