Skip to content

Commit

Permalink
Remove "experimenter" from FrankLabOptogeneticEpochsTable
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Aug 26, 2024
1 parent 6991992 commit 5d43f14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions spec/ndx-franklab-novela.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ groups:
enters the rectangle, then every time the particular theta phase is detected,
immediately apply one stimulation bout (accounting for the lockout period).
datasets:
- name: experimenter
neurodata_type_inc: VectorData
dtype: text
doc: Name of the experimenter.
- name: epoch_name
neurodata_type_inc: VectorData
dtype: text
Expand Down
6 changes: 0 additions & 6 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,6 @@ def main():
"immediately apply one stimulation bout (accounting for the lockout period)."),
# TODO some lab members have other filters. Add those parameters below.
datasets=[
NWBDatasetSpec(
name="experimenter",
neurodata_type_inc="VectorData",
doc=("Name of the experimenter."),
dtype="text",
),
NWBDatasetSpec(
name="epoch_name",
neurodata_type_inc="VectorData",
Expand Down

0 comments on commit 5d43f14

Please sign in to comment.