https://github.com/scipp/scitiff
Scientific tiff image format
https://github.com/scipp/scitiff
Last synced: about 1 month ago
JSON representation
Scientific tiff image format
- Host: GitHub
- URL: https://github.com/scipp/scitiff
- Owner: scipp
- License: bsd-3-clause
- Created: 2025-02-15T17:20:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T08:15:54.000Z (about 2 months ago)
- Last Synced: 2026-01-12T17:58:44.764Z (about 2 months ago)
- Language: Python
- Homepage: https://scipp.github.io/scitiff/
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](CODE_OF_CONDUCT.md)
[](https://pypi.python.org/pypi/scitiff)
[](https://anaconda.org/conda-forge/scitiff)
[](LICENSE)
[](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main.yml)
[](https://github.com/scipp/scitiff/actions/workflows/nightly_at_release.yml)
# SciTiff
## About
Scientific tiff format for imaging experiments.
## Installation
```sh
python -m pip install scitiff
```
```sh
mamba install -c conda-forge scitiff
```