You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
814 B

  1. ``nd2reader``: a pure-Python package for reading Nikon .nd2 files
  2. =================================================================
  3. `nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitively tested on NIS Elements 4.30.02 Build 1053. Support for older versions is being actively worked on.
  4. The reader is written in the `pims <https://github.com/soft-matter/pims>`_ framework, enabling easy access to multidimensional files, lazy slicing, and nice display in IPython. To get started, see the quick start tutorial.
  5. .. toctree::
  6. :maxdepth: 4
  7. :caption: Contents:
  8. nd2reader quick start tutorial <tutorial>
  9. nd2reader API reference <nd2reader>
  10. Indices and tables
  11. ==================
  12. * :ref:`genindex`
  13. * :ref:`modindex`
  14. * :ref:`search`