![]() |
VieSched++
VieVS VLBI Scheduling Software
|
produces a SNR table for comparison with correlator More...
#include <SNR_table.h>
Public Member Functions | |
SNR_table (const std::string &file) | |
constructor More... | |
void | writeTable (const Network &network, const SourceList &sourceList, std::vector< Scan > &scans, const std::shared_ptr< const ObservingMode > &obsModes) |
create the SNR table More... | |
![]() | |
VieVS_Object (unsigned long id) | |
constructor More... | |
const unsigned long | getId () const |
get object id More... | |
bool | hasValidId () const |
check if id is valid More... | |
bool | hasId (unsigned long id) const |
check if object has specific id More... | |
void | setId (unsigned long id) |
set object id More... | |
std::string | printId () const |
object id string More... | |
Private Attributes | |
std::ofstream | of |
output stream object filename.snr More... | |
Static Private Attributes | |
static unsigned long | nextId = 0 |
next id for this object type More... | |
produces a SNR table for comparison with correlator
|
explicit |
constructor
file | file name |
void SNR_table::writeTable | ( | const Network & | network, |
const SourceList & | sourceList, | ||
std::vector< Scan > & | scans, | ||
const std::shared_ptr< const ObservingMode > & | obsModes | ||
) |
create the SNR table
network | station network |
sourceList | list of all souces |
scans | list of all scans |
obsModes | observin mode |
|
staticprivate |
next id for this object type
|
private |
output stream object filename.snr