struct Parameter

Holds parameters for the current invocation of SenseMonitor.

int num_ints
Number of intervals to divide time-series data into when calculating the noise PSD
double beta
The ratio of the current value of the calibration parameter beta to its value when the open-loop gain and sensing function calibrations were measured (must be supplied by hand; not supposed to change often)
double T
Length (sec) of data to use for each range estimate.
double h_freq
Highest frequency used in range estimate.
double l_freq
Lowest frequency used in range estimate.
std::string cal_file_name
Name of uber xml file holding reference calibration data.
std::string sf_file_name
Name of uber xml file holding reference calibration data.
std::string xml_file_name
Name of uber xml file holding reference calibration data.
std::string config_file_name
Name of configuration file holding monitor parameters.
std::string IFO
Interferometer (one of H1, H2, or L1).
std::string mChannel
Channel name. Holds <IFO>:LSC-AS_Q, where <IFO> is one of H1, H2, or L1.
std::string olg_file_name
Name of file holding open-loop-gain data for dynamic calibrations.
std::string osc_file_name
Name of configuration file holding operating state condition (OSC) definitions for the IFO
std::string window_name
Name of window type to use in calculating the noise PSD.

Documentation

Helper struct for PulsarMon class. Holds various parameters for the current invocation of SenseMonitor.
int num_ints
Number of intervals to divide time-series data into when calculating the noise PSD. Must divide the length 'T' of the time series for the PSD class to be invoked.

double beta
The ratio of the current value of the calibration parameter beta to its value when the open-loop gain and sensing function calibrations were measured (must be supplied by hand; not supposed to change often)

double T
Length (sec) of data to use for each range estimate.

double h_freq
Highest frequency used in range estimate.

double l_freq
Lowest frequency used in range estimate.

std::string cal_file_name
Name of uber xml file holding reference calibration data.

std::string sf_file_name
Name of uber xml file holding reference calibration data.

std::string xml_file_name
Name of uber xml file holding reference calibration data.

std::string config_file_name
Name of configuration file holding monitor parameters.

std::string IFO
Interferometer (one of H1, H2, or L1).

std::string mChannel
Channel name. Holds <IFO>:LSC-AS_Q, where <IFO> is one of H1, H2, or L1.

std::string olg_file_name
Name of file holding open-loop-gain data for dynamic calibrations.

std::string osc_file_name
Name of configuration file holding operating state condition (OSC) definitions for the IFO

std::string window_name
Name of window type to use in calculating the noise PSD.

alphabetic index hierarchy of classes


generated by doc++