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
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
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