We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcd993 commit 8d386fcCopy full SHA for 8d386fc
syncropatch_export/trace.py
@@ -81,7 +81,7 @@ def get_voltage_protocol_json(self):
81
# TODO Why only the first row?
82
return self.meta['ExperimentConditions']['VoltageProtocol'][0]
83
84
- def get_protocol_description(self, holding_potential=-80.0):
+ def get_protocol_description(self):
85
"""
86
Returns the protocol as an ``np.numpy`` with an entry for each segment.
87
@@ -119,7 +119,8 @@ def get_all_traces(self, leakcorrect=False):
119
120
def get_trace_file(self, sweeps):
121
122
- Returns the trace file index of the file for a given set of sweeps
+ Returns the trace file index
123
+ of the file for a given set of sweeps
124
125
OUT_file_idx = []
126
OUT_idx_i = []
0 commit comments