Skip to content

Commit

Permalink
update link from imagej.nih.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Oct 31, 2024
1 parent cf3bd1b commit d8f5630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/11-Working-with-the-original-ImageJ.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
"The `ij.py.run_macro` function lets you run [ImageJ macros](https://imagej.net/scripting/macro) from Python.\n",
"\n",
"Before you get too excited, there are some things you should know:\n",
"* The macro language does not support the complete ImageJ API, only a set of [built-in functions](https://imagej.nih.gov/ij/developer/macro/functions.html), although there are [ways to work around this](https://imagej.net/scripting/macro#overcoming-limitations).\n",
"* The macro language does not support the complete ImageJ API, only a set of [built-in functions](https://imagej.net/ij/developer/macro/functions.html), although there are [ways to work around this](https://imagej.net/scripting/macro#overcoming-limitations).\n",
"* Macros are executed by a custom interpreter that is buggier and less well tested than other script languages (Groovy, JRuby, Jython, etc.).\n",
"* Macros are not intended to run concurrently, meaning you should only run one macro at a time.\n",
"* Macros only support three data types: numbers, strings, and simple arrays. Images are passed via numerical IDs.\n",
Expand Down

0 comments on commit d8f5630

Please sign in to comment.