Skip to content

Commit 2f56479

Browse files
committed
#21 Annotate converted QC units
1 parent d26d12e commit 2f56479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pcpostprocess/hergQC.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def __init__(self, sampling_rate=5, plot_dir=None, voltage=np.array([]),
3838
# Define all thresholds
3939

4040
# qc1
41-
self.rsealc = [1e8, 1e12] # in Ohm # TODO double check values
42-
self.cmc = [1e-12, 1e-10] # in F
43-
self.rseriesc = [1e6, 2.5e7] # in Ohm
41+
self.rsealc = [1e8, 1e12] # in Ohm, converted from [0.1, 1000] GOhm
42+
self.cmc = [1e-12, 1e-10] # in F, converted from [1, 100] pF
43+
self.rseriesc = [1e6, 2.5e7] # in Ohm, converted from [1, 25] MOhm
4444
# qc2
4545
self.snrc = 25
4646
# qc3

0 commit comments

Comments
 (0)