Skip to content

Commit

Permalink
#21 Annotate converted QC units
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Aug 12, 2024
1 parent d26d12e commit 2f56479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcpostprocess/hergQC.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def __init__(self, sampling_rate=5, plot_dir=None, voltage=np.array([]),
# Define all thresholds

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

0 comments on commit 2f56479

Please sign in to comment.