We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1a99b1 + c5b2e40 commit 7cf50fcCopy full SHA for 7cf50fc
1 file changed
syncropatch_export/trace.py
@@ -274,10 +274,16 @@ def get_onboard_QC_values(self, sweeps=None):
274
"""
275
Return the quality control values Rseal, Cslow (Cm), and Rseries.
276
277
+ Args:
278
+ sweeps (list): A list of sweep indexes to return, e.g.
279
+ ``[0, 1, 2]``. If left at its default value ``None``, data for all
280
+ sweeps will be returned.
281
+
282
Returns:
- A dict mapping well names ('A01' up to 'P24') to tuples
- ``(R_seal, Cm, R_series)`` containing the seal resistance, membrane
- capacitance, and series resistance.
283
+ A dict mapping well names ('A01' up to 'P24') to lists of tuples
284
+ (one tuple per sweep), where each tuple ``(R_seal, Cm, R_series)``
285
+ provides the seal resistance, membrane capacitance, and series
286
+ resistance.
287
288
289
0 commit comments