Skip to content

Commit 10c5474

Browse files
authored
change name of processing module (#879)
* change name of processing module to ophys
1 parent 22a5e93 commit 10c5474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gallery/domain/ophys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# from one or more imaging planes; hence the :py:class:`~pynwb.ophys.PlaneSegmentation` class.
8686

8787

88-
mod = nwbfile.create_processing_module('my_ca_imaging_module', 'example data module')
88+
mod = nwbfile.create_processing_module('ophys', 'contains optical physiology processed data')
8989
img_seg = ImageSegmentation()
9090
mod.add_data_interface(img_seg)
9191
ps = img_seg.create_plane_segmentation('output from segmenting my favorite imaging plane',
@@ -185,7 +185,7 @@
185185
# :py:class:`~pynwb.base.ProcessingModule`.
186186

187187

188-
mod = nwbfile.modules['my_ca_imaging_module']
188+
mod = nwbfile.modules['ophys']
189189

190190
####################
191191
# Now you can retrieve the :py:class:`~pynwb.ophys.ImageSegmentation` object by indexing into the

0 commit comments

Comments
 (0)