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.
See the video showing a demo of fijibin.
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.VERSION
'0.0.5'
>>> 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)
Refetch binary
>>> from fijibin.fetch import fetch
>>> fetch()
See more in the API reference.
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.
Source Distribution
File details
Details for the file fijibin-0.0.5.tar.gz
.
File metadata
- Download URL: fijibin-0.0.5.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2faace48aa132771d79d42bf89b225aa8f6cf08c5d8e89e0a901fee2cf5a2bb9 |
|
MD5 | c8f7050b97d0d9a218a27e7b9edfb9d2 |
|
BLAKE2b-256 | 5dd3d56e60156952190a1116bee773dda465b5ba91580869910f5ff918e64882 |