1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# tomoscan
This library offers an abstraction to:
* access tomography data from spec acquisitions (EDF) and bliss acquisitions (HDF5)
* read and write volumes from / to HDF5, JP2K, TIFF and EDF
## installation
### using pypi
To install the latest 'tomoscan' pip package
``` bash
pip install tomoscan
```
### using gitlab repository
``` bash
pip install git+https://gitlab.esrf.fr/tomotools/tomoscan.git
```
## documentation
General documentation can be found here: [https://tomotools.gitlab-pages.esrf.fr/tomoscan/](https://tomotools.gitlab-pages.esrf.fr/tomoscan/)
|