Codes for "Online optimization for dynamic electrical impedance tomography"
Authors/Creators
Description
These are the Julia codes for the experiments of the manuscript “Online optimization for dynamic electrical impedance tomography” (arXiv:2412.12944).
Prerequisites
These codes were written for Julia 1.11. The Julia package prequisites are from December 2024 when our experiments were run, and have not been updated to maintain the same environment we used to do the experiments in the manuscript. You may get Julia from julialang.org.
Using
Navigate your unix shell to the directory containing this README.md and then run:
$ julia --project=.
The first time doing this, to ensure all the dependencies are installed, run
$ ]instantiate
Afterwards in the Julia shell, type:
> using PredictPDPSEIT
This may take a while as Julia precompiles the code. Then, to generate all the experiments in the manuscript, run:
> RunAllExperiments()
> PlotAllExperiments()
> ComputeStats()
Files
online-eit-codes-0.1.1.zip
Files
(49.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2527c7ccb7a47e4db11767b71dc094de
|
49.2 MB | Preview Download |
Additional details
Related works
- Is described by
- Preprint: arXiv:2412.12944 (arXiv)
Funding
- Research Council of Finland
- Online optimisation for dynamic inversion 338614
- Research Council of Finland
- Decoupling preconditioners for non-smooth optimisation and inverse problems 314701
- Research Council of Finland
- Centre of Excellence of Inverse Modelling and Imaging 353088
Software
- Programming language
- Julia