Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 390 Bytes

DOT

An implementation of the algorithm for diffuse optical tomography problem.

Installation

To run jupyter notebooks create new anaconda environment from file which contains only necessary packages

conda env create -f conda-environment-history.yml

or from file which contains necessary packages and their dependencies

conda env create -f conda-environment-full.yml