Course material for "Image Processing in Microscopy" at the Friedrich Schiller University in Jena in the Winter term 2023/24
See Moodle for more details about the course itself.
Officially, over Friedolin. Remember to register for the lecture, the exercises and then at some point for the exam.
Details
Details
To download the files, we recommend git
:
git clone git@https://https://github.com/bionanoimaging/Image-Processing-In-Microscopy-2023-2024.git
Usually via a git pull you can update the code. If anything goes wrong which you can't fix, clone it again to a new folder.
Download the recent version 1.9.3 on the Julia Website.
We recommend using Visual Studio Code, especially install the Julia and git plugin for VSCode.
Also check out the documentation. It is the best resource for julia because many other pages are outdated.
There is a Cheatsheet available.
Open the downloaded source folder with VSCode. We are going to use Pluto.jl for the notebooks. Open the Julia REPL: Try to type:
julia> using Pluto # type y to install Pluto
│ Package Pluto not found, but a package named Pluto is available from a registry.
│ Install package?
│ (@v1.9) pkg> add Pluto
└ (y/n/o) [y]: y
julia> Pluto.run()
Opening http://localhost:1234/?secret=tiTBsJKJ in your default browser... ~ have fun!
Press Ctrl+C in this terminal to stop Pluto
A browser should open from where you can try to open a notebook.