Skip to content
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
15f4086
working example
tdincer Feb 2, 2023
47befa3
code cleaning
tdincer Feb 3, 2023
1c1b169
add time unit
tdincer Feb 3, 2023
5b41b0a
read data based on the data type manual
tdincer Feb 3, 2023
c3f4540
return header as well
tdincer Feb 3, 2023
b7d1d70
read other files as well
tdincer Feb 3, 2023
1e1abae
Merge pull request #73 from tdincer/intan
JaerongA Feb 3, 2023
f44416f
refactor: :art: streamline the code
JaerongA Feb 6, 2023
500ca38
Update docstring
JaerongA Feb 6, 2023
fc5839f
remove unnecessary print statements
JaerongA Feb 8, 2023
d8cff9b
apply regex to filter data files
JaerongA Feb 8, 2023
30960f5
Update element_interface/intan_loader.py
JaerongA Feb 8, 2023
0d251e9
dtype=np.uint16 for some signal types
JaerongA Feb 8, 2023
e8d31c4
revert regex filtering
JaerongA Feb 9, 2023
10f5e0e
suggestions from code review
JaerongA Feb 9, 2023
661b705
Update element_interface/intan_loader.py
JaerongA Feb 10, 2023
c41260d
add a comment for the conversion fix
JaerongA Feb 10, 2023
8b14781
Update element_interface/intan_loader.py
tdincer Feb 10, 2023
9f2221f
Update element_interface/intan_loader.py
JaerongA Feb 10, 2023
283aac3
allow reading only info and timestamps
JaerongA Feb 13, 2023
eb4d611
Merge pull request #75 from JaerongA/intan
tdincer Feb 13, 2023
575b8e9
fix empty file_path
tdincer Feb 13, 2023
d1c9c1c
version bump
tdincer Feb 13, 2023
081ed02
remove the condition before if
tdincer Feb 13, 2023
449712a
add source reference
tdincer Feb 13, 2023
3d056f2
single file loader
tdincer Feb 14, 2023
1f99827
add code source
tdincer Feb 15, 2023
1fe2997
Update element_interface/intanloader/rhsutilities.py
tdincer Feb 15, 2023
ec59cff
output header
JaerongA Feb 15, 2023
947d27b
change import
tdincer Feb 16, 2023
50caa0e
Merge branch 'intan' of https://github.com/tdincer/element-interface …
tdincer Feb 16, 2023
00c9ac7
remove module
tdincer Feb 16, 2023
e2819d6
blackify
tdincer Feb 16, 2023
791ef09
Merge branch 'main' into intan
dimitri-yatsenko May 25, 2023
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.6.0] - 2023-02-13

+ Add - Intan loader

## [0.5.0] - 2023-01-09

+ Remove - `recursive_search` function
Expand Down Expand Up @@ -53,6 +57,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.

[0.6.0]: https://github.com/datajoint/element-interface/releases/tag/0.6.0
[0.5.0]: https://github.com/datajoint/element-interface/releases/tag/0.5.0
[0.4.2]: https://github.com/datajoint/element-interface/releases/tag/0.4.2
[0.4.1]: https://github.com/datajoint/element-interface/releases/tag/0.4.1
Expand Down
Loading