|
bool | computeAntennaPairFlags (const vi::VisBuffer2 &visBuffer, VisMapper &visibilities, FlagMapper &flag, casacore::Int antenna1, casacore::Int antenna2, std::vector< casacore::uInt > &rows) |
| Compute flags for a given (time,freq) map. More...
|
|
void | preProcessBuffer (const vi::VisBuffer2 &visBuffer) |
| Common functionality for each visBuffer (don't repeat at the row level) More...
|
|
void | iterateAntennaPairsInteractive (antennaPairMap *antennaPairMap_ptr) |
| Choose how to step through the baselines in the current chunk. More...
|
|
void | setAgentParameters (casacore::Record config) |
| Parse configuration parameters. More...
|
|
void | initialize () |
|
void | runCore () |
| Convenience function to be shared by parallel/non-parallel mode. More...
|
|
void | setDataSelection (casacore::Record config) |
|
casacore::String | sanitizeCorrExpression (casacore::String corrExpression, std::vector< casacore::String > *corrProducts) |
| Method to sanitize correlation expression and keep going. More...
|
|
void | generateAllIndex () |
|
void | generateRowsIndex (casacore::uInt nRows) |
|
void | generateChannelIndex (casacore::uInt nChannels) |
|
void | generatePolarizationIndex (casacore::uInt nPolarizations) |
|
std::vector< casacore::uInt > * | generateAntennaPairRowsIndex (casacore::Int antenna1, casacore::Int antenna2) |
|
void | indigen (std::vector< casacore::uInt > &index, casacore::uInt size) |
| Generate index for all rows. More...
|
|
bool | find (const casacore::Vector< casacore::Int > &validRange, casacore::Int element) |
| For checking ids. More...
|
|
bool | find (const casacore::Matrix< casacore::Double > &validRange, casacore::Double element) |
| For checking ranges. More...
|
|
bool | find (const casacore::Matrix< casacore::Int > &validPairs, casacore::Int element1, casacore::Int element2) |
| For checking pairs. More...
|
|
bool | find (const casacore::Block< int > &columns, int col) |
| For checking columns. More...
|
|
bool | isNaN (casacore::Double number) |
| Check if a given number is nan (for visibilities,gains and Tsys primarily) More...
|
|
bool | isNaN (casacore::Float number) |
|
bool | isZero (casacore::Double number) |
|
bool | isZero (casacore::Float number) |
|
bool | isNaNOrZero (casacore::Float number) |
|
bool | isNaNOrZero (casacore::Double number) |
|
bool | checkIfProcessBuffer () |
| Check if buffer has to be processed. More...
|
|
void | iterateRows () |
| Iterate trough list of rows. More...
|
|
void | iterateInRows () |
| Iterate trough visibilities mapper. More...
|
|
void | iterateAntennaPairs () |
| Iterate trough list of antenna pairs. More...
|
|
void | iterateAntennaPairsFlags () |
| Iterate trough list of antenna pairs w/o loading visibilities. More...
|
|
void | processAntennaPair (casacore::Int antenna1, casacore::Int antenna2) |
| Methods to interactively iterate trough list of antenna pairs. More...
|
|
virtual void | passIntermediate (const vi::VisBuffer2 &visBuffer) |
| Iter-passes method. More...
|
|
virtual void | passFinal (const vi::VisBuffer2 &visBuffer) |
|
void | setVisibilitiesMap (std::vector< casacore::uInt > *rows, VisMapper *visMap) |
| Mapping functions (abs, real, imag, etc.) as requested by Urvashi. More...
|
|
void | setFlagsMap (std::vector< casacore::uInt > *rows, FlagMapper *flagMap) |
|
casacore::Bool | checkVisExpression (polarizationMap *polMap) |
|
virtual bool | computeRowFlags (const vi::VisBuffer2 &visBuffer, FlagMapper &flags, casacore::uInt row) |
| Compute flags for a given visibilities point. More...
|
|
virtual bool | computeInRowFlags (const vi::VisBuffer2 &visBuffer, VisMapper &visibilities, FlagMapper &flags, casacore::uInt row) |
| Compute flags for a given visibilities point. More...
|
|
virtual bool | computeAntennaPairFlags (const vi::VisBuffer2 &visBuffer, FlagMapper &flags, casacore::Int antenna1, casacore::Int antenna2, std::vector< casacore::uInt > &rows) |
| Compute flags for a given (time,freq) antenna pair map w/o using visibilities. More...
|
|
bool | isStarted () const |
|
|
enum | datacolumn {
DATA,
CORRECTED,
MODEL,
RESIDUAL,
RESIDUAL_DATA,
FPARAM,
CPARAM,
PARAMERR,
SNR,
WEIGHT_SPECTRUM,
FLOAT_DATA
} |
|
enum | iteration {
ROWS,
ROWS_PREPROCESS_BUFFER,
IN_ROWS,
IN_ROWS_PREPROCESS_BUFFER,
ANTENNA_PAIRS,
ANTENNA_PAIRS_FLAGS,
ANTENNA_PAIRS_INTERACTIVE,
ANTENNA_PAIRS_PREPROCESS_BUFFER
} |
|
typedef void *(* | ThreadFunction )(void *) |
|
static FlagAgentBase * | create (FlagDataHandler *dh, casacore::Record config) |
|
casacore::Bool | backgroundMode_p |
| Externally visible configuration. More...
|
|
casacore::LogIO::Command | logLevel_p |
|
casacore::Bool | apply_p |
|
casacore::Bool | flag_p |
|
static void * | threadFunction (void *) |
|
FlagDataHandler * | flagDataHandler_p |
| Common used members that must be accessible to derived classes. More...
|
|
std::unique_ptr< casacore::LogIO > | logger_p |
|
casacore::String | agentName_p |
|
casacore::String | summaryName_p |
|
casacore::String | mode_p |
|
casacore::uInt64 | chunkFlags_p |
| Flag counters. More...
|
|
casacore::uInt64 | chunkNaNs_p |
|
casacore::uInt64 | tableFlags_p |
|
casacore::uInt64 | tableNaNs_p |
|
casacore::uInt64 | visBufferFlags_p |
|
bool | flagRow_p |
|
casacore::Bool | multiThreading_p |
| Multithreading configuration and agent id. More...
|
|
casacore::Int | nThreads_p |
|
casacore::Int | threadId_p |
|
casacore::Bool | prepass_p |
| Running configuration. More...
|
|
std::vector< casacore::uInt > | rowsIndex_p |
| Lists of elements to process jagonzal (CAS-4312): We need channelIndex_p available for the Rflag agent, in order to take into account channel selection for the frequency mapping. More...
|
|
std::vector< casacore::uInt > | channelIndex_p |
|
std::vector< casacore::uInt > | polarizationIndex_p |
|
casacore::String | dataColumn_p |
| Needed to be protected for timeavg in clip. More...
|
|
casacore::Bool | timeavg_p |
| Pre-averaging parameters. More...
|
|
casacore::Double | timebin_p |
|
casacore::Bool | channelavg_p |
|
casacore::Vector< casacore::Int > | chanbin_p |
|
Definition at line 39 of file FlagAgentDisplay.h.