Skip to main content

A command line tool for converting optical coherence tomography angiography (OCTA) data.

Project description

oct-to-tiff

DOI

A command line tool for converting optical coherence tomography angiography (OCTA) data.

Installation

via pip:

pip install oct-to-tiff

via conda:

conda install -c conda-forge oct-to-tiff

Getting started

oct-to-tiff /path/to/image.OCT

will read an OCT volume and write to a single OME-TIFF file, including voxel size in the metadata.

By default, the output file will be written with the same name as the input file and to the same directory:

tree /path/to/images
    ├── image.OCT
    └── image.ome.tif

To specify a custom output directory, see Optional arguments below.

Supported scan patterns

This tool has been developed by reverse engineering data from the Optovue RTVue XR Avanti System.

Due to limited test data, only the following scan patterns are currently supported:

Structural OCT

  • 3D Cornea
  • 3D Disc
  • 3D Retina
  • 3D Widefield
  • 3D Widefield MCT
  • Angle
  • Cornea Cross Line
  • Cornea Line
  • Cross Line
  • Enhanced HD Line
  • GCC
  • Grid
  • Line
  • ONH (Partial)
  • Pachymetry Wide
  • Radial Lines
  • Raster
  • Retina Map (Partial)

OCT Angiography

  • Angio Disc
  • Angio Retina
  • HD Angio Disc
  • HD Angio Retina

Optional arguments

To view these options at any time, run oct-to-tiff --help.

--output OUTPUT

Description: specify a custom output directory.

If the path to the output directory does not exist, a new directory (and parent directories) will be created.

Usage:

oct-to-tiff /path/to/image.OCT --output /path/to/output/directory

--overwrite

Description: overwrite output file if it exists.

Usage:

oct-to-tiff /path/to/image.OCT --overwrite

--size SIZE

Description: scan size in mm.

Sets the correct voxel size for scan patterns with adjustable length.

Usage:

oct-to-tiff /path/to/image.OCT --size 4.5

--version

Description: show program's version number and exit.

Usage:

oct-to-tiff --version

The following options are mutually exclusive:

--angio

Description: convert extracted OCTA data.

Requires --size SIZE.

Usage:

oct-to-tiff /path/to/data --angio --size 4.5

--en-face

Description: convert extracted en face data.

Requires --size SIZE.

Usage:

oct-to-tiff /path/to/data --en-face --size 4.5

--seg-curve

Description: convert extracted segmentation data.

Usage:

oct-to-tiff /path/to/data --seg-curve

--boundaries

Description: extract segmentation lines.

Usage:

oct-to-tiff /path/to/curve.xml --boundaries

Contributing

This project uses black for formatting and isort for sorting imports.

Requirements

Requires Python 3.8 or higher.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oct_to_tiff-0.4.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

oct_to_tiff-0.4.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file oct_to_tiff-0.4.0.tar.gz.

File metadata

  • Download URL: oct_to_tiff-0.4.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for oct_to_tiff-0.4.0.tar.gz
Algorithm Hash digest
SHA256 a003132d514102b2fc496594601cf6a313f746489ee466374a8324e136119ce9
MD5 b77e9ec02019610bf4c00d44a6d7422c
BLAKE2b-256 eea340016261ff4b1876599dfb02622be200cba2523497761a62b9882f18061b

See more details on using hashes here.

File details

Details for the file oct_to_tiff-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: oct_to_tiff-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for oct_to_tiff-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f37c2ecf2c8b1f6ce127c3ccfdee56c5f1e5723d42216dcf7c2715e5a5d27e9c
MD5 b946e191872b1c9cd8b52f010db98788
BLAKE2b-256 ff9ca300b36eecc61d899c814aff80a1235b77f937b10dbf58fd84f758f1a5b0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page