-
Notifications
You must be signed in to change notification settings - Fork 151
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
Add probe CCF coordinates to NWB2 files #1482
Comments
You can store them simply as x, y, and z in the electrodes table e.g. See: |
@bendichter It looks like we are adding electrodes with:
Just to double check, the |
@njmei I'd recommend using |
|
@bendichter Noticed some weirdness with the documentation and figured it'd be good to get some clarification:
|
This commit adds CCF coordinates to the pynwb electrode (a.k.a. 'channel') table written by the ecephys write nwb module. Relates to: #1482
This commit adds CCF coordinates to the pynwb electrode (a.k.a. 'channel') table written by the ecephys write nwb module. Relates to: #1482
Yes, that is a bug in our documentation. I'll raise an issue in PyNWB.
Yes, ohms. I'll add that to the documentation.
This should include all relevant information about filtering applied to the electrode at the hardware level. It should include at least the name, frequency cutoffs, and perhaps the name of the hardware, though that should be in https://open-ephys.atlassian.net/wiki/spaces/OEW/pages/950415/Bandpass+Filter This is free-form text -- it might be useful to structure the components of this information as separate fields, but given the wide variety of filtering operations that can be applied, we think it is best left for now as free-form text. If structured fields are useful for a particular tool that AIBS is developing, please develop an extension and let us know that this would be a useful addition to the core standard. |
This commit adds CCF coordinates to the pynwb electrode (a.k.a. 'channel') table written by the ecephys write nwb module. Relates to: #1482
This commit adds CCF coordinates to the pynwb electrode (a.k.a. 'channel') table written by the ecephys write nwb module. Relates to: #1482
Work with @bendichter to determine the right way to store CCF probe location in an NWB2.2.2 file.
Update ecephys nwb write module to add the information
Get CCF coordinates from Warehouse ( #1094 )
Add to LIMS so we can include them in NWB files
The text was updated successfully, but these errors were encountered: