File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ' )
8989img_seg = ImageSegmentation ()
9090mod .add_data_interface (img_seg )
9191ps = img_seg .create_plane_segmentation ('output from segmenting my favorite imaging plane' ,
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
You can’t perform that action at this time.
0 commit comments