Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 900 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 900 Bytes

sbx2imagej: load sbx files directly to imagej/fiji

sbx2imagej, is a wrapper between sbxreader and pyimagej, sbxreader takes care of loading sbx files and pyimagej takes care of showing them in imagej.

Usage

open console and write:

sbx2imagej

Installation

sbx2imagej depends on pyimagej, and installing pyimagej is a bit hard as it require non-Python dependencies OpenJDK and Maven. The easiest method it to install pyimagej with conda and then installing sbx2image with pip:

conda install -c conda-forge pyimagej openjdk=8
pip install sbx2imagej

read more about pyimagej installation


Note! First time loading an sbx file to imagej will take a couple of minutes to set up pyimagej enviorment.