Skip to content

Commit f305a42

Browse files
committed
Added voltage to hergqc construction in run_herg_qc call
1 parent 9d22edb commit f305a42

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/tests/test_data
22
/test_output
3+
/output
34
*__pycache__*
45
*.egg-info
56
*.DS_Store

pcpostprocess/scripts/run_herg_qc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ def extract_protocol(readname, savename, time_strs, selected_wells, args):
693693
os.makedirs(plot_dir)
694694

695695
hergqc = hERGQC(sampling_rate=before_trace.sampling_rate,
696+
voltage=voltage,
696697
plot_dir=plot_dir)
697698

698699
times = before_trace.get_times()

0 commit comments

Comments
 (0)