-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69b3c69
commit 453e026
Showing
20 changed files
with
191 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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
4 changes: 2 additions & 2 deletions
4
src/pynwb/ndx_novela_namespace/apparatus.py → src/pynwb/ndx_franklab_novela/apparatus.py
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
151 changes: 151 additions & 0 deletions
151
src/pynwb/ndx_franklab_novela/spec/ndx-franklab-novela.extensions.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
groups: | ||
- neurodata_type_def: FLElectrodeGroup | ||
neurodata_type_inc: ElectrodeGroup | ||
doc: A custom ElectrodesGroup interface | ||
attributes: | ||
- name: id | ||
dtype: int | ||
doc: id of electrode group | ||
- neurodata_type_def: NTrode | ||
neurodata_type_inc: ElectrodeGroup | ||
doc: A custom ntrode ElectrodesGroup interface | ||
attributes: | ||
- name: ntrode_id | ||
dtype: int | ||
doc: id of electrode group | ||
- name: probe_id | ||
dtype: int | ||
doc: id of probe | ||
datasets: | ||
- name: map | ||
dtype: int | ||
dims: | ||
- 2 | ||
shape: | ||
- 32 | ||
doc: map of ntrodes | ||
- neurodata_type_def: Probe | ||
neurodata_type_inc: Device | ||
doc: A custom Probes interface | ||
attributes: | ||
- name: id | ||
dtype: int | ||
doc: unique id of the probe | ||
- name: contact_size | ||
dtype: float | ||
doc: value of contact size in float | ||
- name: probe_type | ||
dtype: text | ||
doc: type of the probe | ||
- name: num_shanks | ||
dtype: int | ||
doc: number of shanks in probe | ||
- neurodata_type_def: Apparatus | ||
neurodata_type_inc: NWBDataInterface | ||
doc: a graph of nodes and edges | ||
quantity: '*' | ||
attributes: | ||
- name: name | ||
dtype: text | ||
doc: the name of this apparatus | ||
- name: help | ||
dtype: text | ||
value: Behavioral Apparatus | ||
doc: help doc | ||
groups: | ||
- neurodata_type_def: Node | ||
neurodata_type_inc: NWBDataInterface | ||
doc: nodes in the graph | ||
quantity: '*' | ||
attributes: | ||
- name: name | ||
dtype: text | ||
doc: the name of this node | ||
- name: value | ||
dtype: int | ||
doc: the value of this node | ||
- name: help | ||
dtype: text | ||
value: Apparatus Node | ||
doc: help doc | ||
- neurodata_type_def: Edge | ||
neurodata_type_inc: NWBDataInterface | ||
doc: edges in the graph | ||
quantity: '*' | ||
attributes: | ||
- name: help | ||
dtype: text | ||
value: Apparatus Edge | ||
doc: help doc | ||
datasets: | ||
- name: edge_nodes | ||
dtype: text | ||
dims: | ||
- first_node_name|second_node_name | ||
shape: | ||
- 2 | ||
doc: names of the nodes this edge connects | ||
- neurodata_type_def: HeaderDevice | ||
neurodata_type_inc: Device | ||
doc: metadata from global configuration from header | ||
attributes: | ||
- name: headstage_serial | ||
dtype: text | ||
doc: headstage_serial from global configuration | ||
- name: headstage_smart_ref_on | ||
dtype: text | ||
doc: headstage_smart_ref_on from global configuration | ||
- name: realtime_mode | ||
dtype: text | ||
doc: realtime_mode from global configuration | ||
- name: headstage_auto_settle_on | ||
dtype: text | ||
doc: headstage_auto_settle_on from global configuration | ||
- name: timestamp_at_creation | ||
dtype: text | ||
doc: timestamp_at_creation from global configuration | ||
- name: controller_firmware_version | ||
dtype: text | ||
doc: conntroller_firmware_version from global configuration | ||
- name: controller_serial | ||
dtype: text | ||
doc: controller_serial from global configuration | ||
- name: save_displayed_chan_only | ||
dtype: text | ||
doc: save_displayed_chan_only from global configuration | ||
- name: headstage_firmware_version | ||
dtype: text | ||
doc: headstage_firmware_version from global configuration | ||
- name: qt_version | ||
dtype: text | ||
doc: qt_version_version from global configuration | ||
- name: compile_date | ||
dtype: text | ||
doc: compile_date_version from global configuration | ||
- name: compile_time | ||
dtype: text | ||
doc: compile_time_version from global configuration | ||
- name: file_prefixn | ||
dtype: text | ||
doc: file_prefix_version from global configuration | ||
- name: headstage_gyro_sensor_on | ||
dtype: text | ||
doc: headstage_gyro_sensor_on_version from global configuration | ||
- name: headstage_mag_sensor_on | ||
dtype: text | ||
doc: headstage_mag_sensor_on_version from global configuration | ||
- name: trodes_version | ||
dtype: text | ||
doc: trodes_versionversion from global configuration | ||
- name: headstage_accel_sensor_on | ||
dtype: text | ||
doc: headstage_accel_sensor_on from global configuration | ||
- name: commit_head | ||
dtype: text | ||
doc: commit_head from global configuration | ||
- name: system_time_at_creation | ||
dtype: text | ||
doc: system_time_at_creation from global configuration | ||
- name: file_path | ||
dtype: text | ||
doc: file_path from global configuration |
15 changes: 15 additions & 0 deletions
15
src/pynwb/ndx_franklab_novela/spec/ndx-franklab-novela.namespace.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
namespaces: | ||
- author: | ||
- NovelaDevops | ||
contact: | ||
- [email protected] | ||
doc: NovelaNeurotechnologies Namespaces | ||
name: ndx-franklab-novela | ||
schema: | ||
- namespace: core | ||
neurodata_types: | ||
- ElectrodeGroup | ||
- Device | ||
- NWBDataInterface | ||
- source: ndx-franklab-novela.extensions.yaml | ||
version: 0.0.1 |
This file contains 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 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 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 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 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 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 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