Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 786 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 786 Bytes

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