Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 924 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 924 Bytes

Build Status Coverage Status Build status

BasicFWI.jl - a lightweight basic Full Waveform Inversion in Julia.

Requirements

This package is inteded to use with Julia versions 0.7.

This package is an add-on for jInv, which needs to be installed. This is a basic FWI package, mostly used for teaching.

Installation

In julia type:

Pkg.clone("https://github.com/JuliaInv/jInv.jl","jInv")
Pkg.clone("https://github.com/JuliaInv/BasicFWI.jl","BasicFWI")
Pkg.test("BasicFWI")