Skip to content

Commit

Permalink
fixing a bug in rs2 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaohua-Eric-Xu committed Jul 7, 2023
1 parent f109a21 commit 1bbf395
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jupyter/gmtsar_rs2_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,7 @@
"\n",
"# Create the interferogram directory, copy or link files over\n",
"\n",
"intf_dir = {ref_id + \"_\" + rep_id}\n",
"! mkdir {intf_dir}\n",
"! mkdir {ref_id + \"_\" + rep_id}\n",
"os.chdir(str(ref_id + \"_\" + rep_id))\n",
"! ln -s {\"../../SLC/\" + ref + \".LED\"} .\n",
"! ln -s {\"../../SLC/\" + rep + \".LED\"} .\n",
Expand Down Expand Up @@ -1714,7 +1713,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.4"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 1bbf395

Please sign in to comment.