Skip to content

Commit 06b15a0

Browse files
authored
Merge branch 'main' into tidy-run-herg-qc
2 parents e6c7b44 + cbf2fd5 commit 06b15a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcpostprocess/scripts/run_herg_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,9 +837,9 @@ def run_secondary_qc(readname, savename, time_strs, selected_wells, savedir,
837837
fname = os.path.join(
838838
savedir, '-120mV time constant',
839839
f'{savename}-{well}-sweep{sweep}-time-constant-fit.png')
840+
840841
res = get_time_constant_of_first_decay(
841842
filtered - leak, times, desc, fname, figure_size)
842-
843843
row['-120mV decay time constant 1'] = res[0][0]
844844
row['-120mV decay time constant 2'] = res[0][1]
845845
row['-120mV decay time constant 3'] = res[1]

0 commit comments

Comments
 (0)