Skip to content

Commit

Permalink
Package for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
camlloyd committed Nov 7, 2021
1 parent 46c3d1f commit acec777
Show file tree
Hide file tree
Showing 7 changed files with 310 additions and 249 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,46 @@

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

## Installation
pip install 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.

For more options, run `oct-to-tiff --help`.

## Supported scan patterns

This tool has been developed for use with data from the Optovue RTVue XR Avanti System.

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

### OCT
- 3D Cornea
- 3D Disc
- 3D Retina
- 3D Widefield
- 3D Widefield MCT
- Angio Disc
- Angio Retina
- Angle
- Cornea Cross Line
- Cornea Line
- Cross Line
- Enhanced HD Line
- GCC
- Grid
- HD Angio Disc
- HD Angio Retina
- Line
- Pachymetry Wide
- Radial Lines
- Raster

### OCTA
- Angio Disc
- Angio Retina
- HD Angio Disc
- HD Angio Retina

## Requirements

Requires Python 3.7 or higher.
245 changes: 0 additions & 245 deletions main.py

This file was deleted.

Empty file added oct_to_tiff/__init__.py
Empty file.
Loading

0 comments on commit acec777

Please sign in to comment.