Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement find_full_path within ephys modules #35

Merged
merged 25 commits into from
Jan 11, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f69e491
Update .gitignore
kabilar May 1, 2021
1ce53f3
Merge branch 'main' of https://github.com/datajoint/element-array-eph…
kabilar May 1, 2021
6472c19
Merge branch 'main' of https://github.com/datajoint/element-array-eph…
kabilar Aug 18, 2021
a0f49d2
Merge branch 'main' of https://github.com/datajoint/element-array-eph…
kabilar Sep 17, 2021
4f4be8d
Move functions to `element-data-loader`
kabilar Sep 20, 2021
ffaf60b
Add element_data_loader for multiple root dirs
kabilar Sep 27, 2021
b6b39c0
Update author
kabilar Sep 27, 2021
2be1f08
Fix import
kabilar Sep 28, 2021
68ef14b
[WIP] Print directory path
kabilar Sep 28, 2021
2233c5d
Fix OpenEphys session path
kabilar Sep 28, 2021
ab426c1
Update comments
kabilar Sep 28, 2021
49c554b
[WIP] Update directory path
kabilar Sep 28, 2021
b98192b
[WIP] Add print statement
kabilar Sep 28, 2021
cf533a2
Remove test print statement
kabilar Sep 29, 2021
44be355
Fix module import
kabilar Sep 30, 2021
139e99b
Update module import
kabilar Oct 4, 2021
9881350
Fixed doc string
kabilar Oct 4, 2021
818cc53
Update module import
kabilar Oct 4, 2021
665cc28
Fix for missing `fileTimeSecs`
kabilar Oct 4, 2021
84bb616
[WIP] Add print statement
kabilar Oct 4, 2021
1a4a7f5
Remove print statement
kabilar Oct 4, 2021
4ca9b32
Suggested adds re upstream components
CBroz1 Dec 30, 2021
09e8a96
Update error message
kabilar Jan 3, 2022
ce6adf1
Merge branch 'main' of https://github.com/kabilar/element-array-ephys…
kabilar Jan 3, 2022
6f9507c
Rename package
kabilar Jan 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[WIP] Add print statement
kabilar committed Oct 4, 2021
commit 84bb6169c98fedfea50418a10c31e870b1e8913f
1 change: 1 addition & 0 deletions element_array_ephys/readers/spikeglx.py
Original file line number Diff line number Diff line change
@@ -177,6 +177,7 @@ def __init__(self, meta_filepath):
self.meta['fileCreateTime']),
'%Y-%m-%dT%H:%M:%S')
self.recording_duration = self.meta.get('fileTimeSecs')
print(self.recording_duration)

# Get probe serial number - 'imProbeSN' for 3A and 'imDatPrb_sn' for 3B
try: