-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |