baseline parameters
More...
#include <Baseline.h>
|
| bool | ignore = false |
| | ignore this baseline in scheduling process More...
|
| |
| double | weight = 1 |
| | weight of this baseline More...
|
| |
| unsigned int | minScan = 0 |
| | minimum scan time in seconds More...
|
| |
| unsigned int | maxScan = 9999 |
| | maximum scan time in seconds More...
|
| |
| std::unordered_map< std::string, double > | minSNR |
| | minimum signal to noise ration for each band More...
|
| |
|
| static unsigned long | nextId = 0 |
| | next id for this object type More...
|
| |
baseline parameters
- Author
- Matthias Schartner
| VieVS::Baseline::Parameters::Parameters |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
constructor
- Author
- Matthias Schartner
- Parameters
-
| void Baseline::Parameters::setParameters |
( |
const Parameters & |
other | ) |
|
copies parameters
- Author
- Matthias Schartner
- Parameters
-
| bool VieVS::Baseline::Parameters::ignore = false |
ignore this baseline in scheduling process
| unsigned int VieVS::Baseline::Parameters::maxScan = 9999 |
maximum scan time in seconds
| unsigned int VieVS::Baseline::Parameters::minScan = 0 |
minimum scan time in seconds
| std::unordered_map<std::string, double> VieVS::Baseline::Parameters::minSNR |
minimum signal to noise ration for each band
| unsigned long VieVS::Baseline::Parameters::nextId = 0 |
|
staticprivate |
next id for this object type
| double VieVS::Baseline::Parameters::weight = 1 |
The documentation for this class was generated from the following files:
- /home/travis/build/TUW-VieVS/VieSchedpp/Station/Baseline.h
- /home/travis/build/TUW-VieVS/VieSchedpp/Station/Baseline.cpp