We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb782e8 commit 8559eb2Copy full SHA for 8559eb2
docs/gallery/general/plot_file.py
@@ -297,10 +297,12 @@
297
# object with text information about a stimulus and add it to the stimulus group in
298
# the :py:class:`~pynwb.file.NWBFile`.
299
300
-annotations = AnnotationSeries(name='airpuffs',
301
- data=['Left Airpuff', 'Right Airpuff', 'Right Airpuff'],
302
- description='Airpuff events delivered to the animal',
303
- timestamps=[1.0, 3.0, 8.0])
+annotations = AnnotationSeries(
+ name='airpuffs',
+ data=['Left Airpuff', 'Right Airpuff', 'Right Airpuff'],
+ description='Airpuff events delivered to the animal',
304
+ timestamps=[1.0, 3.0, 8.0],
305
+)
306
307
nwbfile.add_stimulus(annotations)
308
0 commit comments