Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
testSFTWindows.py File Reference

Go to the source code of this file.

Namespaces

namespace  testSFTWindows
 

Variables

int testSFTWindows.maxd = 2e-3
 
int testSFTWindows.maxdrms = 1e-5
 
int testSFTWindows.exitcode = 0
 
bool testSFTWindows.plot = True
 
 testSFTWindows.window_data = subprocess.check_output(["./genSFTWindows"]).decode("utf-8").splitlines()
 
 testSFTWindows.window_csv = csv.reader(window_data)
 
 testSFTWindows.window_csv_itr = iter(window_csv)
 
 testSFTWindows.header = next(window_csv)
 
 testSFTWindows.csv_cols = dict()
 
 testSFTWindows.winrms = dict()
 
 testSFTWindows.win = dict()
 
int testSFTWindows.t = np.arange(len(win[name])) / 256
 
 testSFTWindows.win_ref_name
 
 testSFTWindows.win_ref
 
int testSFTWindows.headtail = 512
 
list testSFTWindows.ranges
 
list testSFTWindows.legend_loc = ["lower center", "lower right", "lower left"]
 
 testSFTWindows.fig = plt.figure(tight_layout=True, figsize=(16, 8))
 
 testSFTWindows.gs = gridspec.GridSpec(3, 2)
 
list testSFTWindows.axs
 
 testSFTWindows.label
 
 testSFTWindows.color
 
 testSFTWindows.linewidth
 
 testSFTWindows.zorder
 
 testSFTWindows.axis
 
 testSFTWindows.useOffset
 
 testSFTWindows.style
 
 testSFTWindows.scilimits
 
 testSFTWindows.win_cmp_name
 
 testSFTWindows.loc
 
 testSFTWindows.d = win_cmp - win_ref
 
 testSFTWindows.md = max(abs(d))
 
 testSFTWindows.drms = abs(winrms[win_cmp_name] - winrms[win_ref_name])