Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Aug 30, 2024
2 parents 97643fe + 74ea1d0 commit cee46c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/ndx-binned-spikes.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ groups:
- number_of_events
shape:
- null
doc: The index of the condition that each timestamps corresponds to (e.g. a stimuli
doc: The index of the condition that each timestamps corresponds to (e.g. a stimulus
type, trial number, category, etc.).This is only used when the data is aligned
to multiple conditions
quantity: '?'
Expand Down
6 changes: 3 additions & 3 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
name="condition_indices",
doc= (
"The index of the condition that each timestamps corresponds to "
"(e.g. a stimuli type, trial number, category, etc.)."
"(e.g. a stimulus type, trial number, category, etc.)."
"This is only used when the data is aligned to multiple conditions"
),
dtype="uint64",
Expand All @@ -67,7 +67,7 @@ def main():
neurodata_type_def="BinnedAlignedSpikes",
neurodata_type_inc="NWBDataInterface",
default_name="BinnedAlignedSpikes",
doc="A data interface for binned spike data aligned to an event (e.g. a stimuli or the beginning of a trial).",
doc="A data interface for binned spike data aligned to an event (e.g. a stimulus or the beginning of a trial).",
datasets=[binned_aligned_spikes_data, event_timestamps, condition_indices, units_region],
attributes=[
NWBAttributeSpec(
Expand All @@ -80,7 +80,7 @@ def main():
name="description",
doc="A description of what the data represents",
dtype="text",
value="Spikes data binned and aligned to the timestamps of one or multiple conditions.",
value="Spikes data binned and aligned to the event timestamps of one or multiple conditions.",
),
NWBAttributeSpec(
name="bin_width_in_milliseconds",
Expand Down

0 comments on commit cee46c6

Please sign in to comment.