Skip to content

HanLabBU/ptmc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tif Motion Correction

Python package with tools to perform Multipage-Tif Motion Correction of videos.

Written for Python 2.7.

Installation

Installation and associated requirements can be installed after downloading/cloning using

python setup.py install
or
pip setup.py install

Contains the following Modules

  • io - Input/Output functions for loading and saving multipage tiff stacks

  • processing - Functions for basic image processing manipulations. Parallelized versions of the same functions using the Python Multiprocessing package are available in "parallel_processing"

  • pipelines - Standardized functions that string together various functions from processing. Things such as making a reference frame, or correcting an image stack, where certain filters are applied in a particular order. Parallelized versions of the same functions using the Python Multiprocessing package are available in "parallel_pipelines"

About

Python Tif Motion Correction (PTMC) for motion correction of Multipage Tif Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%