VieSched++
VieVS VLBI Scheduling Software
VieVS::ParameterSettings::ParametersBaselines Struct Reference

baseline parameters More...

#include <ParameterSettings.h>

Public Attributes

std::unordered_map< std::string, double > minSNR
 minimum SNR per band for each baseline More...
 
boost::optional< bool > ignore
 ignore specific baselines More...
 
boost::optional< double > weight
 multiplicative factor of score for scans with this baseline More...
 
boost::optional< unsigned int > minScan
 minimum required scan duration of this baseline More...
 
boost::optional< unsigned int > maxScan
 maximum allowed scan duration of this baseline More...
 

Detailed Description

baseline parameters

Author
Matthias Schartner

Member Data Documentation

boost::optional<bool> VieVS::ParameterSettings::ParametersBaselines::ignore

ignore specific baselines

boost::optional<unsigned int> VieVS::ParameterSettings::ParametersBaselines::maxScan

maximum allowed scan duration of this baseline

boost::optional<unsigned int> VieVS::ParameterSettings::ParametersBaselines::minScan

minimum required scan duration of this baseline

std::unordered_map<std::string, double> VieVS::ParameterSettings::ParametersBaselines::minSNR

minimum SNR per band for each baseline

boost::optional<double> VieVS::ParameterSettings::ParametersBaselines::weight

multiplicative factor of score for scans with this baseline


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