-
Notifications
You must be signed in to change notification settings - Fork 37
Add ndtypes from ndx-pose, ndx-photometry, ndx-fiber-photometry #1665
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
Open
rly
wants to merge
28
commits into
dandi:master
Choose a base branch
from
rly:add_ndtypes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+149
−8
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3e86325
Add ndtypes from ndx-pose, ndx-photometry, ndx-fiber-photometry
rly da8c29b
Merge branch 'master' into add_ndtypes
CodyCBakerPhD 3d7baea
Update dandi/metadata/util.py
CodyCBakerPhD 00a60ad
Merge branch 'master' into add_ndtypes
CodyCBakerPhD 1b99658
Update dandi/metadata/util.py
rly d360e2d
Update dandi/metadata/util.py
rly 5e48759
Update dandi/metadata/util.py
rly 21b1d99
Update dandi/metadata/util.py
rly 20394ff
Update metadata for various neurodata types
rly 6ad64c1
Update test_metadata.py
rly 0648a40
Fix whitespace lint error
rly 7dddd60
Update technique description for PoseTraining
rly 7fcddb8
Update test_metadata.py
rly c268842
Update test_metadata.py
rly 9571b6b
Merge branch 'master' into add_ndtypes
rly bfc4553
Merge branch 'master' into add_ndtypes
yarikoptic 60c21ab
Merge branch 'master' into add_ndtypes
rly f8490a9
Change Units module from 'misc' to 'sortedunits'
rly 4269177
Add draft more complete neurodata type map
rly c25e3d2
Apply my first edits to neurodata_typemap.py
rly a6d1cb2
Apply edits from review
rly b784ba3
Sort neurodata_typemap.py
rly dee23b9
Merge branch 'master' into add_ndtypes
bendichter 88adc13
Use clean fiber photometry terms; add photometry table and device types
bendichter 0e5c21c
Merge branch 'master' into add_ndtypes
rly a6b868f
Merge pull request #1 from bendichter/add-ndtypes-fixes
rly 9427a7e
Restrict photometry types to names unique to the photometry extensions
rly bfbe6eb
Assign techniques to implant and commanded voltage types
rly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a note: related issue by @TheChymera in BIDS:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are iterating on a better structure for standardizing optogenetic implant/site details, including all those mentioned by @TheChymera in https://github.com/rly/ndx-optogenetics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great. Attn @CodyCBakerPhD , ideally we should follow up on that issue in bids-standard and align to the efforts in ndx-optogenetics, so we have metadata appropriately exposed at BIDS level too.