Skip to content

Commit

Permalink
sbApp_hyp3: add incAngle and waterMask (#33)
Browse files Browse the repository at this point in the history
Add the incidence angle and water mask file, to be consistent with the latest mintpy version.
  • Loading branch information
cirrusasf authored Sep 22, 2021
1 parent f58e150 commit 9082c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smallbaselineApp_hyp3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"mintpy.load.corFile = {hyp3_dir}/*/*corr_clip.tif\n",
"##---------geometry datasets:\n",
"mintpy.load.demFile = {hyp3_dir}/*/*dem_clip.tif\n",
"mintpy.load.incAngleFile = {hyp3_dir}/*/*inc_map_clip.tif\n",
"mintpy.load.incAngleFile = {hyp3_dir}/*/*lv_theta_clip.tif\n",
"mintpy.load.waterMaskFile = {hyp3_dir}/*/*water_mask_clip.tif\n",
"'''\n",
"print(CONFIG_TXT)\n",
"configName = os.path.join(work_dir, \"{}.txt\".format(proj_name))\n",
Expand Down

0 comments on commit 9082c6e

Please sign in to comment.