Skip to content

Commit

Permalink
Fixed some typos (#976)
Browse files Browse the repository at this point in the history
Fix typos in the comments of save_gbis.py and save_roipac.py.
  • Loading branch information
bjmarfito authored Mar 12, 2023
1 parent cd126d5 commit 2d35656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mintpy/cli/save_gbis.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
save_gbis.py 20150223_20161031_msk.unw -g inputs/geometryGeo.h5 -o Alos2DT23_20150223_20161031.mat
save_gbis.py 20150223_20161031_msk.unw -g inputs/geometryGeo.h5 --out-dir ../Model/data --ellipsoid2geoid
#for non-veloicty dataset, e.g. step or annualAmplitude
#for non-velocity dataset, e.g. step or annualAmplitude
save_gbis.py velocity.h5 step20080221 -o AlosDT73_step20080221.mat
save_gbis.py velocity.h5 annualAmplitude -o AlosDT73_annualAmplitude.mat
"""
Expand Down
2 changes: 1 addition & 1 deletion src/mintpy/cli/save_roipac.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#for velocity: output an interferogram with temporal baseline in DATE12 metadata
save_roipac.py velocity.h5
save_roipac.py velocity.h5 -m maskTempCoh.h5 maskAoiShinmoe.h5
#for non-veloicty dataset, e.g. step or annualAmplitude
#for non-velocity dataset, e.g. step or annualAmplitude
save_roipac.py velocity.h5 step20080221
save_roipac.py velocity.h5 annualAmplitude
Expand Down

0 comments on commit 2d35656

Please sign in to comment.