Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions ome-tiff/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ section of the OME Data Model, derived from the public

See `Neumann B et al. (2010). Phenotypic profiling of the human genome by time-lapse microscopy reveals cell division genes. Nature 464(7289):721 <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3108885/>`__.


.. _sub-resolutions:

Sub-resolutions
^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -162,8 +165,11 @@ Artificial datasets
^^^^^^^^^^^

All datasets in the following table are single OME-TIFF files generated using
Bio-Formats ``loci.formats.tools.MakeTestOmeTiff``. Each plane is labeled
according to its dimensional position for easy testing.
Bio-Formats ``loci.formats.tools.MakeTestOmeTiff``. Dimensional information
is included in the pixel data for each plane, for easier testing of plane indexing
and dimension order. Note that no OME-XML `Plane` elements are populated in these
examples; see :ref:`modulo-datasets` and :ref:`sub-resolutions` for examples with
`Plane` elements.

.. list-table::
:header-rows: 1
Expand Down
Loading