#include <bpm_interface.h>
Definition at line 138 of file bpm_interface.h.
Data Fields | |
double | ampnoise |
double | voltageoffset |
double | t0 |
double ** | ddcwf |
double ** | fftwf |
int | fft_success |
double | fft_freq |
double | fft_tdecay |
int | ddc_success |
double | ddc_Q |
double | ddc_I |
double | ddc_amp |
double | ddc_phase |
double | ddc_tdecay |
double | ddc_pos |
double | ddc_slope |
int | fit_success |
double | fit_Q |
double | fit_I |
double | fit_amp |
double | fit_phase |
double | fit_freq |
double | fit_tdecay |
double | fit_pos |
double | fit_slope |
double bpmproc::ampnoise |
calculated (processed) amplitude noise
Definition at line 140 of file bpm_interface.h.
Referenced by process_waveform().
double bpmproc::voltageoffset |
calculated voltage offset
Definition at line 141 of file bpm_interface.h.
Referenced by process_waveform().
double bpmproc::t0 |
trigger t0 signal
Definition at line 143 of file bpm_interface.h.
Referenced by process_diode(), and process_waveform().
double** bpmproc::ddcwf |
The digially down converted waveform
Definition at line 145 of file bpm_interface.h.
Referenced by process_waveform().
double** bpmproc::fftwf |
The fourier transform of the waveform
Definition at line 146 of file bpm_interface.h.
Referenced by process_waveform().
do we have proper fft info ?
Definition at line 148 of file bpm_interface.h.
Referenced by process_waveform().
double bpmproc::fft_freq |
frequency obtained from fft (MHz)
Definition at line 149 of file bpm_interface.h.
Referenced by process_waveform().
double bpmproc::fft_tdecay |
decay time obtained from fft (usec)
Definition at line 150 of file bpm_interface.h.
Referenced by process_waveform().
do we have proper ddc info ?
Definition at line 152 of file bpm_interface.h.
Referenced by process_dipole(), and process_waveform().
double bpmproc::ddc_Q |
ddc Q value
Definition at line 153 of file bpm_interface.h.
Referenced by calibrate(), and process_dipole().
double bpmproc::ddc_I |
double bpmproc::ddc_amp |
downconverted amplitude
Definition at line 155 of file bpm_interface.h.
Referenced by process_dipole(), and process_waveform().
double bpmproc::ddc_phase |
downconverted phase
Definition at line 156 of file bpm_interface.h.
Referenced by process_dipole(), and process_waveform().
double bpmproc::ddc_tdecay |
downconverted decay time of waveform
Definition at line 157 of file bpm_interface.h.
double bpmproc::ddc_pos |
calculated position from ddc
Definition at line 158 of file bpm_interface.h.
Referenced by ana_compute_residual(), and process_dipole().
double bpmproc::ddc_slope |
calculated slope from ddc
Definition at line 159 of file bpm_interface.h.
Referenced by process_dipole().
do we have proper fit info ?
Definition at line 161 of file bpm_interface.h.
Referenced by process_dipole(), and process_waveform().
double bpmproc::fit_Q |
double bpmproc::fit_I |
double bpmproc::fit_amp |
fitted amplitude
Definition at line 164 of file bpm_interface.h.
Referenced by process_dipole(), and process_waveform().
double bpmproc::fit_phase |
fitted phase
Definition at line 165 of file bpm_interface.h.
Referenced by process_dipole(), and process_waveform().
double bpmproc::fit_freq |
fitted frequency (MHz)
Definition at line 166 of file bpm_interface.h.
Referenced by process_waveform().
double bpmproc::fit_tdecay |
fitted decay time of waveform (usec)
Definition at line 167 of file bpm_interface.h.
Referenced by process_waveform().
double bpmproc::fit_pos |
calculated position from fit
Definition at line 168 of file bpm_interface.h.
Referenced by process_dipole().
double bpmproc::fit_slope |
calculated slope from fit
Definition at line 169 of file bpm_interface.h.
Referenced by process_dipole().