Variables | |
| int | maxd = 2e-3 |
| int | maxdrms = 1e-5 |
| int | exitcode = 0 |
| bool | plot = True |
| window_data = subprocess.check_output(["./genSFTWindows"]).decode("utf-8").splitlines() | |
| window_csv = csv.reader(window_data) | |
| window_csv_itr = iter(window_csv) | |
| header = next(window_csv) | |
| csv_cols = dict() | |
| winrms = dict() | |
| win = dict() | |
| int | t = np.arange(len(win[name])) / 256 |
| win_ref_name | |
| win_ref | |
| int | headtail = 512 |
| list | ranges |
| list | legend_loc = ["lower center", "lower right", "lower left"] |
| fig = plt.figure(tight_layout=True, figsize=(16, 8)) | |
| gs = gridspec.GridSpec(3, 2) | |
| list | axs |
| label | |
| color | |
| linewidth | |
| zorder | |
| axis | |
| useOffset | |
| style | |
| scilimits | |
| win_cmp_name | |
| loc | |
| d = win_cmp - win_ref | |
| md = max(abs(d)) | |
| drms = abs(winrms[win_cmp_name] - winrms[win_ref_name]) | |
Definition at line 6 of file testSFTWindows.py.
Definition at line 7 of file testSFTWindows.py.
| int testSFTWindows.exitcode = 0 |
Definition at line 9 of file testSFTWindows.py.
| bool testSFTWindows.plot = True |
Definition at line 18 of file testSFTWindows.py.
| testSFTWindows.window_data = subprocess.check_output(["./genSFTWindows"]).decode("utf-8").splitlines() |
Definition at line 23 of file testSFTWindows.py.
| testSFTWindows.window_csv = csv.reader(window_data) |
Definition at line 26 of file testSFTWindows.py.
| testSFTWindows.window_csv_itr = iter(window_csv) |
Definition at line 27 of file testSFTWindows.py.
| testSFTWindows.header = next(window_csv) |
Definition at line 28 of file testSFTWindows.py.
| testSFTWindows.csv_cols = dict() |
Definition at line 29 of file testSFTWindows.py.
| testSFTWindows.winrms = dict() |
Definition at line 35 of file testSFTWindows.py.
| testSFTWindows.win = dict() |
Definition at line 36 of file testSFTWindows.py.
Definition at line 40 of file testSFTWindows.py.
| testSFTWindows.win_ref_name |
Definition at line 44 of file testSFTWindows.py.
| testSFTWindows.win_ref |
Definition at line 44 of file testSFTWindows.py.
| int testSFTWindows.headtail = 512 |
Definition at line 48 of file testSFTWindows.py.
| list testSFTWindows.ranges |
Definition at line 49 of file testSFTWindows.py.
| list testSFTWindows.legend_loc = ["lower center", "lower right", "lower left"] |
Definition at line 54 of file testSFTWindows.py.
Definition at line 55 of file testSFTWindows.py.
| testSFTWindows.gs = gridspec.GridSpec(3, 2) |
Definition at line 56 of file testSFTWindows.py.
| list testSFTWindows.axs |
Definition at line 57 of file testSFTWindows.py.
| testSFTWindows.label |
Definition at line 68 of file testSFTWindows.py.
| testSFTWindows.color |
Definition at line 69 of file testSFTWindows.py.
| testSFTWindows.linewidth |
Definition at line 70 of file testSFTWindows.py.
| testSFTWindows.zorder |
Definition at line 71 of file testSFTWindows.py.
| testSFTWindows.axis |
Definition at line 74 of file testSFTWindows.py.
| testSFTWindows.useOffset |
Definition at line 74 of file testSFTWindows.py.
| testSFTWindows.style |
Definition at line 75 of file testSFTWindows.py.
| testSFTWindows.scilimits |
Definition at line 75 of file testSFTWindows.py.
| testSFTWindows.win_cmp_name |
Definition at line 84 of file testSFTWindows.py.
| testSFTWindows.loc |
Definition at line 86 of file testSFTWindows.py.
| testSFTWindows.d = win_cmp - win_ref |
Definition at line 89 of file testSFTWindows.py.
Definition at line 90 of file testSFTWindows.py.
| testSFTWindows.drms = abs(winrms[win_cmp_name] - winrms[win_ref_name]) |
Definition at line 94 of file testSFTWindows.py.