Part 1 - Programming Basics¶
You can install part 1 of the workshop as a macro toolset, that makes the exercises and answers available from within FIJI. Drag the link MRI Macro Workshop-part 1 (programming basics).ijm onto the ImageJ launcher and save the toolset in the folder macros/toolsets. After restarting FIJI the toolset will become available from the ">>"-button at the right of the launcher window.
After you selected an exercise or answer from the toolset, an empty page in the macro editor will be opened and the exercise or answer will be downloaded and copied into the clipboard. Use the paste command of the editor to insert the exercise or answer into the macro editor. You can use the ctrl+v keyboard shortcut to run the paste command.
You can find the same exercises in the list below.
- Getting Started
- Numbers
- Strings
- Booleans
- Boolean conditions (GoL) / answer
- Variables
- Arrays
- Conditionals
- For-Loop
- While-Loop
- Do-While-Loop
- Functions
- Macros