RHAPSODIE (Reconstruction of High-contrAst Polarized SOurces and Deconvolution for cIrcumstellar Environments)
In the package manager:
pkg> add https://github.com/LaurenceDenneulin/Rhapsodie.jlif you use HTTPS or:
pkg> add git@github.com:LaurenceDenneulin/Rhapsodie.jlif you use SSH.
First, you need to activate Rhapsodie environment using:
pkg> activate .julia/packages/Rhapsodie/XXXXX
pkg> precompilewhere XXXXX is the folder version.
You can check the dependencies with:
pkg>statusRhapsodie can be applied using:
x=apply_rhapsodie(x0, A, d, μ)where:
-x0 is the initialization,
-A the convolution by the PSF,
-d the dataset uncluding data and weights,
-μ a vector of regularization hyperparameters.