Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.01 KB

Imaging Optics - MICRO-421 - 2024

Imaging optics is a course at EPFL taught by Demetri Psaltis. The teaching assistants are Zahra Basiri and Felix Wechsler

For official information see the course Moodle. This repository provides the source code for the homework.

Installation

This code is written in Julia Lang. So download the latest version of Julia 1.10. Install it. Then open the REPL and type the following:

julia> using Pkg

julia> Pkg.add("Pluto")

julia> using Pluto

julia> Pluto.run()

A browser should open with the PLuto notebook. You can copy & paste the link of the respective homework (for example HW01.jl) into the Pluto file browser.