DP3
Namespaces | Enumerations | Functions
CalType.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 dp3
 This file has generic helper routines for testing steps.
 
 dp3::base
 

Enumerations

enum class  dp3::base::CalType {
  dp3::base::kScalar , dp3::base::kScalarAmplitude , dp3::base::kScalarPhase , dp3::base::kDiagonal ,
  dp3::base::kDiagonalAmplitude , dp3::base::kDiagonalPhase , dp3::base::kFullJones , dp3::base::kTec ,
  dp3::base::kTecAndDelay , dp3::base::kTecAndPhase , dp3::base::kTecPhaseAndDelay , dp3::base::kTecScreen ,
  dp3::base::kRotationAndDiagonal , dp3::base::kRotation , dp3::base::kFaradayRotation , dp3::base::kLeakage ,
  dp3::base::kLeakageAmplitude
}
 

Functions

constexpr size_t dp3::base::GetNPolarizations (CalType cal_type)
 
CalType dp3::base::StringToCalType (const std::string &mode)
 Convert string to a CalType. More...
 
std::string dp3::base::ToString (CalType caltype)
 Convert CalType to a string. More...