Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jni/fiji-python

Template project to make Python command-line tools to be run by Fiji
https://github.com/jni/fiji-python

Last synced: 12 days ago
JSON representation

Template project to make Python command-line tools to be run by Fiji

Awesome Lists containing this project

README

        

fiji-python
===========

A template project to make Python command-line tools to be run by Fiji

This repo encapsulates the advice given in my [February 2014 blog
post](http://ilovesymposia.com/2014/02/26/fiji-jython/) about writing
command-line tools for Fiji's Jython interpreter.

# Links

Here are some reference links to help you get started:

* [Fiji](http://fiji.sc/)
* [ImageJ API documentation](http://rsbweb.nih.gov/ij/developer/api/index.html)
* [BioFormats API
documentation](http://ci.openmicroscopy.org/job/BIOFORMATS-5.0-latest/javadoc/index.html)
* [Documentation for other common plugins](http://javadoc.imagej.net/)
* [ImageJ source code browser](http://rsb.info.nih.gov/ij/developer/source/)