Skip to content

Commit

Permalink
cli/load_data examples for -l option
Browse files Browse the repository at this point in the history
  • Loading branch information
yuankailiu committed Sep 20, 2023
1 parent da943a5 commit c847366
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mintpy/cli/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@
# load geometry ONLY
smallbaselineApp.py SaltonSeaSenDT173.txt -g
load_data.py -t smallbaselineApp.cfg --geom
load_data.py -t smallbaselineApp.cfg -l geom
# load ionoshpere time series ONLY
smallbaselineApp.py SaltonSeaSenDT173.txt -g
load_data.py -t smallbaselineApp.cfg -l ion
"""


Expand Down

0 comments on commit c847366

Please sign in to comment.