Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 1 addition & 11 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,19 +324,9 @@ def split_release(release):

# Regular expressions that match URIs that should not be checked when doing a linkcheck build
linkcheck_ignore = [
"http://www.definiens.com",
"https://www.imagic.ch/",
"https://github.com/ome/",
"https://strandls.com", # SSL certificate verify failed
# See https://www.ncbi.nlm.nih.gov/pmc/about/copyright/
# The PMC web site restricts access by the default Sphinx agent
"https://www.ncbi.nlm.nih.gov/pmc/.*",
"https://eliceirilab.org/.*", # ConnectTimeoutError
"https://www.fei.com/.*", # SSL certificate expired
"http://www.perkinelmer.com/", # 500 Error
"http://mayachitra.com/", # SSL certificate expired
"https://www.cytivalifesciences.com/",
"https://www.mediacy.com/", # https://www.digicert.com/ does not trust the issuer, but link is valid
"http://www.bitplane.com", # SSL certificate expired
"https://imaris.oxinst.com/.*", # SSL certificate expired
"http://www.cellimagelibrary.org/"
]
2 changes: 1 addition & 1 deletion ome-tiff/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ with:

.. seealso::

`BigTIFF file format specification <https://www.awaresystems.be/imaging/tiff/bigtiff.html>`__
`BigTIFF file format specification <https://web.archive.org/web/20240706160214/https://www.awaresystems.be/imaging/tiff/bigtiff.html>`__

Modifying a TIFF comment
------------------------
Expand Down
2 changes: 1 addition & 1 deletion ome-tiff/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and imaging this sample data.

The datasets were acquired on a multiphoton workstation (2.1 GHz Athlon
XP 3200+ with 1GB of RAM) using
`WiscScan <https://eliceirilab.org/software/wiscscan/>`_. All image
`WiscScan <https://loci.wisc.edu/wiscscan/>`_. All image
planes were collected at 512 × 512 resolution in 8-bit grayscale, with an
integration value of 2.

Expand Down
3 changes: 1 addition & 2 deletions ome-tiff/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ OME-TIFF is supported by:

* `BIOVIA <https://www.3ds.com/products-services/biovia/>`_
* `Bitplane AG <http://www.bitplane.com/>`_
* `Carl Zeiss Microscopy GmbH <https://www.zeiss.com/microscopy/int/home.html>`_
* `Carl Zeiss Microscopy GmbH <https://www.zeiss.com/microscopy/en/home.html>`_
* `Cytiva <https://www.cytivalifesciences.com/>`_ (formerly GE Healthcare, Applied Precision)
* `Definiens <http://www.definiens.com>`_
* `DRVision Technologies LLC <https://www.drvtechnologies.com>`_
* `Image-Pro by Media Cybernetics, Inc. <https://www.mediacy.com/>`_
* `iMagic <https://www.imagic.ch/en>`_
Expand Down
4 changes: 2 additions & 2 deletions ome-tiff/specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An OME-TIFF dataset consists of:

- one or more files in standard TIFF_ format with the file extension
``.ome.tif`` or ``.ome.tiff`` or
`BigTIFF format <https://www.awaresystems.be/imaging/tiff/bigtiff.html>`_
`BigTIFF format <https://web.archive.org/web/20240706160214/https://www.awaresystems.be/imaging/tiff/bigtiff.html>`_
with one of these same file extensions or a BigTIFF-specific
extension ``.ome.tf2``, ``.ome.tf8`` or ``.ome.btf``
- a string of OME-XML metadata embedded in the ImageDescription tag of the
Expand Down Expand Up @@ -50,7 +50,7 @@ specification) shows the organization of a TIFF header along with the
placement of the OME-XML metadata block. Note this is for the TIFF
standard specification only; the header structure is slightly
different for BigTIFF; see the `BigTIFF file format specification
<https://www.awaresystems.be/imaging/tiff/bigtiff.html>`__. A TIFF file can
<https://web.archive.org/web/20240706160214/https://www.awaresystems.be/imaging/tiff/bigtiff.html>`__. A TIFF file can
contain any number of IFDs, with each one specifying an image plane along with
certain accompanying metadata such as pixel dimensions, physical
dimensions, bit depth, color table, etc. One of the fields an IFD can
Expand Down
2 changes: 1 addition & 1 deletion ome-tiff/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you are looking for a solution in Java, there are several options.
Bio-Formats can read OME-TIFF files, as well as convert from many
third-party formats into OME-TIFF format—see the :doc:`example source code
page <code>` for specific examples. Alternatively, the open
source `ImageJ <https://imagej.nih.gov/ij/>`_ application reads
source `ImageJ <https://imagej.net/ij/>`_ application reads
multi-page TIFF files, storing the TIFF comment into the associated
FileInfo object's "description" field.

Expand Down
Loading