https://github.com/imagej/imagej-scripting
ImageJ-specific applications of the SciJava script languages
https://github.com/imagej/imagej-scripting
Last synced: 4 months ago
JSON representation
ImageJ-specific applications of the SciJava script languages
- Host: GitHub
- URL: https://github.com/imagej/imagej-scripting
- Owner: imagej
- License: other
- Created: 2015-08-25T15:21:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-15T16:53:45.000Z (9 months ago)
- Last Synced: 2025-10-16T15:09:00.181Z (9 months ago)
- Language: Python
- Size: 190 KB
- Stars: 27
- Watchers: 27
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/imagej/imagej-scripting/actions/workflows/build-main.yml)
# imagej-scripting
ImageJ-specific applications of the SciJava script languages.
This repo contains example scripts in various scripting languages. All the scripts placed under [`src/main/resources/script_templates`](src/main/resources/script_templates) will be available in the ImageJ Script Editor under the `Templates` menu entry.
## Tests
Because most of those scripts are available in the ImageJ Script Editor, they should be tested each time they are modified and/or an ImageJ component changes its version.
To do so each script author is invited to write a test for his scripts. See the [`test/`](src/test/java/net/imagej/scripting) folder for examples.
Most of the tests are very simple and quick to write since they only make sure the script can run without error and test for an eventual output to be not null.