This package browser is in early development. Mind the rough edges.

python-spatial-image 1.0.0

Multi-dimensional spatial image data structure

This package implements a multi-dimensional spatial image data structure for scientific Python.

To facilitate:

  • Multi-scale processing and analysis

  • Registration

  • Resampling

  • Subregion parallel processing

  • Coupling with meshes, point sets, and annotations

with scientific images, which are typically multi-dimensional with anisotropic sampling, this package provides a spatial-image data structure. In addition to an N-dimensional array of pixel values, spatial metadata defines the location of the pixel sampling grid in space time. It also labels the array dimensions. This metadata is easily utilized and carried through image processing pipelines.

Installation

Install python-spatial-image 1.0.0 as follows:

guix install python-spatial-image@1.0.0

Or install the latest version:

guix install python-spatial-image

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.