Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jni/fiji-python
- Owner: jni
- License: bsd-3-clause
- Created: 2014-03-12T01:16:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T03:22:38.000Z (over 10 years ago)
- Last Synced: 2024-10-17T09:09:40.293Z (about 1 month ago)
- Language: Python
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)