Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dienodiba authored Jul 28, 2024
1 parent add4079 commit e5b1719
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Reg1dmt.jl
A registered Julia package for one-dimensional regularized inversion of magnetotelluric (MT) data
A Julia package for one-dimensional regularized inversion of magnetotelluric (MT) data

## Installation
```julia
julia> using Pkg
julia> Pkg.add("Reg1dmt")
```

## Usage
```julia
julia> using Reg1dmt
julia> Reg1dmt.Inversion("input_data.dat","input_setting.dat","output.dat")
```
Check this [example](https://github.com/dienodiba/Reg1dmt.jl/tree/main/example)

0 comments on commit e5b1719

Please sign in to comment.