Skip to content

geodesymiami/SourceInversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SourceInversion

Add to pythonpath (we haven't added anything on the environment.bash yet)

export PYTHONPATH=/work2/09580/gdisilvestro/stampede3/code/rsmas_insar/tools/SourceInversion:$PYTHONPATH

Segguested

Run each step separatedly

Downsample

src/cli/run_downsample --folder Chiles --satellite Sen --period=20220531:20220930 --method uniform --show

Inversion

src/cli/run_inversion --folder Chiles --satellite Sen --period=20220531:20220930 --show --model mogi

To test

Run alltogether

Each step has its own arguments defined in the template

I.e.:

{
    "downsample": "--folder CampiFlegrei --satellite Sen --method uniform --show",
    "inversion": "--folder CampiFlegrei --satellite Sen --model mogi --show"
}

Run the command

src/cli/run_all.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published