Latest Life-Line version of Fiji for easy inclusion in python projects.
Project description
This software will download the latest Life-Line version of Fiji, make the correct cross-platform binary available and provide a macro submodule which makes automation of Fiji trivial from python.
Video demo
Current Fiji Life-Line version in this package is 2014 November 25.
If you experience any trouble with this module, please submit an issue or send a pull request on github.
Install
pip install fijibin
Usage
>>> import fijibin >>> fijibin.BIN '/Users/arve/.bin/Fiji.app/Contents/MacOS/ImageJ-macosx' >>> fijibin.FIJI_VERSION '20141125'
fijibin.BIN will point to linux, mac or windows version, depending on the operating system detected via platform.
Macros
import fijibin.macro macro.run(macro_string_or_list_of_strings)
Development
Install dependencies and link development version of fijibin to pip:
git clone https://github.com/arve0/fijibin
cd fijibin
pip install -r requirements.txt
run test
pip install tox tox
extra output, jump into pdb upon error
DEBUG=fijibin tox -- --pdb -s
build api reference
pip install -r docs/requirements.txt make docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size fijibin-0.3.0-py3-none-any.whl (7.9 kB) | File type Wheel | Python version 3.4 | Upload date | Hashes View |
Filename, size fijibin-0.3.0.tar.gz (727.7 kB) | File type Source | Python version None | Upload date | Hashes View |