AOFlagger
Public Member Functions | Friends | List of all members
aoflagger::Strategy Class Reference

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.
 
Strategyoperator= (const Strategy &sourceStrategy)
 Assign to strategy.
 
Strategyoperator= (Strategy &&sourceStrategy)
 Move assign to strategy. More...
 

Friends

class AOFlagger
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Strategy()

aoflagger::Strategy::Strategy ( Strategy &&  sourceStrategy)

Move construct a strategy.

Since
Version 2.10

Member Function Documentation

◆ operator=()

Strategy& aoflagger::Strategy::operator= ( Strategy &&  sourceStrategy)

Move assign to strategy.

Since
Version 2.10

The documentation for this class was generated from the following file: