An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![PyPI badge](http://img.shields.io/pypi/v/scitiff.svg)](https://pypi.python.org/pypi/scitiff)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/scitiff/badges/version.svg)](https://anaconda.org/conda-forge/scitiff)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

[![scitiff](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main.yml/badge.svg?branch=main)](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main.yml)
[![scitiff](https://github.com/scipp/scitiff/actions/workflows/nightly_at_release.yml/badge.svg?branch=main)](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
```