Skip to main content

Some scripts to register images in space and time

Project description

Registration tools

Before everything else, the current status of the whole thing here is that it only works on UNIX systems (eg Linux & MacOs) that have reasonnable chips (eg not M1 chips for example).

Purpose and "history"

This repository is about two scripts to do spatial and temporal registration of 3D microscopy images. It was initially developed to help friends with their ever moving embryos living under a microscope. I found that actually quite a few people were interested so I made a version of it that is somewhat easier to use.

In theory, the main difficulty to make the whole thing work is to install the different libraries.

Credits

The whole thing is just a wrapping of the amazing blockmatching algorithm developed by S. Ourselin et al. and currently maintained Grégoire Malandin et al.@Team Morphem - inria (if I am not mistaking).

Installation

conda and pip are required to install registration-tools

We recommand to install the registration tools in a specific environement (like conda). For example the following way:

conda create -n registration python=3.10

You can then activate the environement the following way:

conda activate registration

For here onward we assume that you are running the commands from the registration conda environement.

Then, to install the whole thing, it is necessary to first install blockmatching. To do so you can run the following command:

conda install vt -c morpheme -c trcabel

Then, you can install the 3D-registration library either directly via pip:

pip install 3D-registration

Or, if you want the latest version, by specifying the git repository:

pip install git+https://github.com/GuignardLab/registration-tools.git

Troubleshooting

  • Windows:

    If you are trying to run the script on Windows you might need to install pthreadvse2.dll.

    It can be found there: https://www.pconlife.com/viewfileinfo/pthreadvse2-dll/ . Make sure to download the version that matches your operating system (32 or 64 bits, most likely 64).

  • MacOs:

    As there are no M1 binaries available yet, please use rosetta or install an intel version of conda.

Usage

Most of the description on how to use the two scripts is described in the manual (Note that the installation part is quite outdated, the remaining is ok).

That being said, once installed, one can run either of the scripts from anywhere in a terminal by typing:

time-registration

or

spatial-registration

The location of the json files or folder containing the json files will be prompted and when provided the registration will start.

It is also possible to run the registration from a script/notebook the following way:

from registrationtools import TimeRegistration
tr = TimeRegistration('path/to/param.json')
tr.run_trsf()

or

from registrationtools import TimeRegistration
tr = TimeRegistration('path/to/folder/with/jsonfiles/')
tr.run_trsf()

or

from registrationtools import TimeRegistration
tr = TimeRegistration()
tr.run_trsf()

and a path will be asked to be inputed.

Example json files

Few example json files are provided to help the potential users. You can find informations about what they do in the manual.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

3D-registration-0.4.4.tar.gz (211.3 kB view details)

Uploaded Source

Built Distribution

3D_registration-0.4.4-py3-none-any.whl (218.5 kB view details)

Uploaded Python 3

File details

Details for the file 3D-registration-0.4.4.tar.gz.

File metadata

  • Download URL: 3D-registration-0.4.4.tar.gz
  • Upload date:
  • Size: 211.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 CPython/3.10.8

File hashes

Hashes for 3D-registration-0.4.4.tar.gz
Algorithm Hash digest
SHA256 eede995105b1778fe8a4b861b87a4f0f2abc75c5cec50d3e8452a3ff85a6d665
MD5 e81e94c8eef2b74693f8a94bb0ab8602
BLAKE2b-256 2230fa17e7ea026cf01c72906396c7e50d91a611a4d061e52d0001470fd5608f

See more details on using hashes here.

File details

Details for the file 3D_registration-0.4.4-py3-none-any.whl.

File metadata

File hashes

Hashes for 3D_registration-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2786dfdbdb725bc64e276106a6938242a8809ba018e6c1a1d55c1e51c71211f7
MD5 d57da12c868a68089cbf4307def917c7
BLAKE2b-256 db7859d07c1bfe4c30f9abdd0b3bda041d8a70dab11db6e5f06efaf9f81686f2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page