Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save_roipac: support non-velocity dataset from the velocity file #874

Merged
merged 7 commits into from
Oct 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update save_roipac.py
  • Loading branch information
bjmarfito committed Oct 22, 2022
commit 07090c29da1551c82b24c9c262b6fccce3f22a54
2 changes: 1 addition & 1 deletion mintpy/save_roipac.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def read_data(inps):
data = readfile.read(inps.file, datasetName = inps.dset)[0]

# displacement to phase
print('convert displacement to phase in radian')
print('convert velocity or displacement to phase in radian')
data *= range2phase

if inps.ref_yx:
Expand Down