Skip to content

Commit

Permalink
Update bioformats documentation to avoid ImportError
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Mar 18, 2022
1 parent d98ae3f commit d4a3bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/bioformats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ switches between them:
.. code-block:: python
# open a multi-experiment file and read the first experiment
reader = pims.BioformatsReader('path/to/file', series=0)
reader = pims.bioformats.BioformatsReader('path/to/file', series=0)
# switch to the third experiment
reader.series = 2
Expand All @@ -53,7 +53,7 @@ open a file with for instance 1 GB of java memory:

.. code-block:: python
reader = BioformatsReader('path/to/file', java_memory='1024m')
reader = pims.bioformats.BioformatsReader('path/to/file', java_memory='1024m')
Metadata
--------
Expand Down

0 comments on commit d4a3bb7

Please sign in to comment.