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 665cc28 commit 84bb616Copy full SHA for 84bb616
element_array_ephys/readers/spikeglx.py
@@ -177,6 +177,7 @@ def __init__(self, meta_filepath):
177
self.meta['fileCreateTime']),
178
'%Y-%m-%dT%H:%M:%S')
179
self.recording_duration = self.meta.get('fileTimeSecs')
180
+ print(self.recording_duration)
181
182
# Get probe serial number - 'imProbeSN' for 3A and 'imDatPrb_sn' for 3B
183
try:
0 commit comments