LaurenceDenneulin / Rhapsodie.jl

RHAPSODIE: Reconstruction of High-contrAst Polarized SOurces and Deconvolution for cIrcumstellar Environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rhapsodie.jl

RHAPSODIE (Reconstruction of High-contrAst Polarized SOurces and Deconvolution for cIrcumstellar Environments)

Installation

In the package manager:

pkg> add https://github.com/LaurenceDenneulin/Rhapsodie.jl

if you use HTTPS or:

pkg> add git@github.com:LaurenceDenneulin/Rhapsodie.jl

if you use SSH.

Usage

First, you need to activate Rhapsodie environment using:

pkg> activate .julia/packages/Rhapsodie/XXXXX
pkg> precompile

where XXXXX is the folder version.

You can check the dependencies with:

pkg>status

Rhapsodie 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.

About

RHAPSODIE: Reconstruction of High-contrAst Polarized SOurces and Deconvolution for cIrcumstellar Environments

License:Other


Languages

Language:Julia 100.0%