You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,17 +33,21 @@ Loading `ndx-franklab-novela` by importing `ndx_franklab_novela` will also load
29
33
# Extensions
30
34
31
35
## AssociatedFiles
36
+
32
37
Representation of associated files in NWB.
33
38
34
39
**Attributes:**
40
+
35
41
-**description**`string`: description of associated file
36
42
-**content**`string`: content of associated file
37
43
-**task_epochs**`string`: id of epochs with task that is descripted by associated files
38
44
39
45
## HeaderDevice
46
+
40
47
Representation of HeaderDevice in NWB.
41
48
42
49
**Attributes:**
50
+
43
51
-**headstage_serial**`string`: headstage_serial from header global configuration
44
52
-**headstage_smart_ref_on**`string`: headstage_smart_ref_on from header global configuration
45
53
-**realtime_mode**`string`: realtime_mode from header global configuration
@@ -62,25 +70,31 @@ Representation of HeaderDevice in NWB.
62
70
-**file_path**`string`: file_path from header global configuration
63
71
64
72
## ShanksElectrode
73
+
65
74
Representation of electrodes of a shank in NWB.
66
75
67
76
**Attributes:**
77
+
68
78
-**name**`string`: name of the shank
69
79
-**rel_x**`float`: the rel_x value of this electrode
70
80
-**rel_y**`float`: the rel_y value of this electrode
71
81
-**rel_z**`float`: the rel_z value of this electrode
72
82
73
83
## Shank
84
+
74
85
Representation of a shank in NWB.
75
86
76
87
**Attributes:**
88
+
77
89
-**name**`string`: name of the shank
78
90
-**shanks_electrodes**`dict`: electrodes in the shank
79
91
80
92
## Probe
93
+
81
94
Representation of a probe in NWB.
82
95
83
96
**Attributes:**
97
+
84
98
-**id**`int`: unique id of the probe
85
99
-**probe_type**`string`: type of probe
86
100
-**units**`string`: units in device
@@ -90,27 +104,33 @@ Representation of a probe in NWB.
90
104
-**shanks**`dict`: shanks in the probe
91
105
92
106
## DataAcqDevice
107
+
93
108
Representation of data acquisition device in NWB.
94
109
95
110
**Attributes:**
111
+
96
112
-**system**`string`: system of device
97
113
-**amplifier**`string`: amplifier (optional)
98
114
-**adc_circuit**`string`: adc_circuit (optional)
99
115
100
116
## CameraDevice
117
+
101
118
Representation of a camera device in NWB.
102
119
103
120
**Attributes:**
121
+
104
122
-**meters_per_pixel**`float`: meters per pixel
105
123
-**model**`string`: model of this camera device
106
124
-**lens**`string`: info about lens in this camera
107
125
-**camera_name**`string`: name of this camera
108
126
-**frame_rate**`float`: frame rate of this camera (optional)
109
127
110
128
## FrankLabOptogeneticEpochsTable
129
+
111
130
An extension of the `OptogeneticEpochsTable` from [ndx-optogenetics](https://github.com/rly/ndx-optogenetics) with the following columns:
112
131
113
132
**Columns:**
133
+
114
134
-**epoch_name**`string`: name of this epoch
115
135
-**epoch_number**`int`: 1-indexed number of this epoch
116
136
-**convenience_code**`string`: convenience code of this epoch
@@ -121,15 +141,20 @@ An extension of the `OptogeneticEpochsTable` from [ndx-optogenetics](https://git
121
141
-**theta_filter_reference_ntrode**`int`: reference ntrode for theta filter (optional)
122
142
-**spatial_filter_on**`bool`: whether the spatial filter was on (optional)
123
143
-**spatial_filter_lockout_period_in_samples**`int`: lockout period in samples for spatial filter (optional)
124
-
-**spatial_filter_bottom_left_coord_in_pixels**`float`, shape `(2, )`: bottom left coordinate in pixels for spatial filter (optional)
125
-
-**spatial_filter_top_right_coord_in_pixels**`float`, shape `(2, )`: top right coordinate in pixels for spatial filter (optional)
144
+
-**spatial_filter_region_node_coordinates_in_pixels**`float`, shape `(n_region, n_nodes, 2,)`: If the spatial filter was used, the (x, y) coordinate of each boundary-defining node for each region. _Note:_ all regions must have the same number of nodes. For regions with fewer nodes, use (-1, -1) to fill the additional xy values.'
126
145
-**spatial_filter_cameras_index**`int`: index column for spatial filter cameras (optional)
127
146
-**spatial_filter_cameras** : references to `CameraDevice` objects used for spatial filter (optional)
128
147
-**spatial_filter_cameras_cm_per_pixel**`float`: cm per pixel for spatial filter cameras (optional)
129
148
-**ripple_filter_on**`bool`: whether the ripple filter was on (optional)
130
149
-**ripple_filter_lockout_period_in_samples**`int`: lockout period in samples for ripple filter (optional)
131
150
-**ripple_filter_threshold_sd**`float`: threshold in standard deviations for ripple filter (optional)
132
151
-**ripple_filter_num_above_threshold**`int`: number of tetrodes above threshold for ripple filter (optional)
152
+
-**speed_filter_on**`bool`: Whether the speed filter was on. Closed-loop stimulation based on whether
153
+
the animal is moving fast/slow enough. (optional)
154
+
-**speed_filter_threshold_in_cm_per_s**`float`: If the speed filter was used, the threshold for detecting a fast/slow animal (optional)
155
+
-**speed_filter_on_above_threshold**`bool`: If the speed filter was used, True if active when speed above threshold. (optional)
156
+
-**stimulus_signal**`TimeSeries`: Timeseries of the delivered stimulus. Can be continuous values or time of
157
+
digital on/off events.
133
158
134
159
---
135
160
This extension was created using [ndx-template](https://github.com/nwb-extensions/ndx-template).
0 commit comments