Metadata-Version: 2.1
Name: liom-toolkit
Version: 0.2.3
Summary: Package to support the research of LIOM.
Home-page: https://github.com/LIOMLab/liom-toolkit
Author: Laboratoire d’Imagerie Optique et Moléculaire
Author-email: frederic.lesage@polymtl.ca
License: GPLv3+
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Liom Toolkit

This package supports the research being done by the [Laboratoire d’Imagerie Optique et Moléculaire](https://liom.ca) at
Polytechnique Montréal. It hosts a collection of scripts used to process and analyze data collected by the lab.

## Installation

The package can be installed using pip:

```bash
pip install liom-toolkit
```

## Requirements

The package requires the following packages to be installed and will attempt to install them using installation:

- antspyx
- scikit-image
- ome-zarr
- nibabel
- zarr
- h5py
- pynrrd
- imagecodecs

## Package Structure

The package contains the following modules:

### Registration

The registration module is concerned with performing registration on brain imagery. It hosts a collection of scripts for
registering mouse brains to the Allen Atlas as well as functions for creating brain templates to use in registration.

### Segmentation

The segmentation module is concerned with segmenting brain imagery. It contains scripts to segment vessels in 2d slices.

### Utils

Various utility functions used by the other modules. These include function for converting between the different data
files used within the lab.
