Besler / MicrowaveInversion

Microwave inversion algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microwave Inversion

Algorithms for inverse microwave problems.

Build Status

Developer Install

Creates conda environment mwi to work from

$ conda create -n mwi python=3.7
$ conda activate mwi
$ conda install --file requirements.txt
$ pip install -e .

To remove the conda environment:

$ conda deactivate
$ conda env remove -n mwi

About

Microwave inversion algorithms.


Languages

Language:Python 100.0%