Skip to content

joshenders/apotome-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About

Tool for merging RGB TIFF images taken with a ZEISS fluorescence microscope

Dependencies

Installation

port install imagemagick
pip install wand

Usage

The ouput filename will be green_channel_image's name with _composite.tiff appended.

usage: apotome-merge.py [-h] [-p] [-v] green_channel_image red_channel_image

Tool for merging RGB TIFF images taken with a ZEISS fluorescence microscope

positional arguments:
  green_channel_image
  red_channel_image

optional arguments:
  -h, --help           show this help message and exit
  -p, --preview        Display the resulting image but do not save it
  -v, --verbose        Produce more output

About

Tool for merging RGB TIFF images taken with a ZEISS fluorescence microscope

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages