Skip to content

Commit e8c75b0

Browse files
committed
[dev.loadion] cli/load_data examples for -l option
1 parent f1ce066 commit e8c75b0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/mintpy/cli/load_data.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@
4949
5050
# load geometry ONLY
5151
smallbaselineApp.py SaltonSeaSenDT173.txt -g
52-
load_data.py -t smallbaselineApp.cfg --geom
52+
load_data.py -t smallbaselineApp.cfg -l geom
53+
54+
# load ionoshpere time series ONLY
55+
smallbaselineApp.py SaltonSeaSenDT173.txt -g
56+
load_data.py -t smallbaselineApp.cfg -l ion
5357
"""
5458

5559

0 commit comments

Comments
 (0)