HOPS
HOPS class reference
Classes | Functions | Variables
vpal.pcc_delay_fitting Namespace Reference

Classes

class  BandDelayFitter
 
class  BasinhoppingStep
 
class  DelayFitResults
 
class  PhasorFitData
 

Functions

def calc_delay_phasor (delay, phase_offset, reference_frequency, frequency)
 

Variables

int EPS = 1e-15
 
 pcc_fit_logger = logging.getLogger(__name__)
 
int PICOSECOND = 1e-12
 

Detailed Description

library to handle the calculation of proxy-cable-calibration delays from phase-cal data 

Function Documentation

◆ calc_delay_phasor()

def vpal.pcc_delay_fitting.calc_delay_phasor (   delay,
  phase_offset,
  reference_frequency,
  frequency 
)
compute complex number associated with a particular delay/phase_offset,frequency and reference_frequency 

Variable Documentation

◆ EPS

int vpal.pcc_delay_fitting.EPS = 1e-15

◆ pcc_fit_logger

vpal.pcc_delay_fitting.pcc_fit_logger = logging.getLogger(__name__)

◆ PICOSECOND

int vpal.pcc_delay_fitting.PICOSECOND = 1e-12