|
HOPS
HOPS class reference
|
#include <string>#include <vector>#include "CLI11.hpp"#include "MHO_Message.hh"#include "MHO_ParameterStore.hh"#include "MHO_Tokenizer.hh"#include "MHO_ContainerDefinitions.hh"#include "MHO_FringeRotation.hh"#include "MHO_GaussianWhiteNoiseSignal.hh"#include "MHO_BinaryFileInterface.hh"#include "MHO_ObjectTags.hh"#include "MHO_Clock.hh"#include <cmath>#include <complex>Functions | |
| void | GenerateSimulatedVisibilities (visibility_type &vis, double fringe_amplitude, double residual_delay_usec, double residual_delay_rate, double residual_phase_rad, const std::vector< double > &channel_freqs_mhz, double channel_width_mhz, int num_subchannels, int num_aps, double ap_length_sec, double system_noise_rms, int random_seed, double ref_freq_mhz) |
| void | GenerateStationData (station_coord_type &st_coord, double duration, std::string model_start) |
| std::string | GetVexString () |
| int | main (int argc, char **argv) |
| void GenerateSimulatedVisibilities | ( | visibility_type & | vis, |
| double | fringe_amplitude, | ||
| double | residual_delay_usec, | ||
| double | residual_delay_rate, | ||
| double | residual_phase_rad, | ||
| const std::vector< double > & | channel_freqs_mhz, | ||
| double | channel_width_mhz, | ||
| int | num_subchannels, | ||
| int | num_aps, | ||
| double | ap_length_sec, | ||
| double | system_noise_rms, | ||
| int | random_seed, | ||
| double | ref_freq_mhz | ||
| ) |
| void GenerateStationData | ( | station_coord_type & | st_coord, |
| double | duration, | ||
| std::string | model_start | ||
| ) |
| std::string GetVexString | ( | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |