Skip to content

Commit

Permalink
Update asap_hirise_workflow.ipynb
Browse files Browse the repository at this point in the history
fix typo for hirise step 9 previews for gsd param
  • Loading branch information
AndrewAnnex committed Jun 30, 2021
1 parent ec60c11 commit 53a026a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asap_stereo/asap_hirise_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
},
"outputs": [],
"source": [
"!asap hirise step-nine --mpp {img_gsd*2} 2>&1 | tee -i -a ./9_previews.log ./full_log.log"
"!asap hirise step-nine --mpp {dem_gsd*2} 2>&1 | tee -i -a ./9_previews.log ./full_log.log"
]
},
{
Expand Down Expand Up @@ -651,4 +651,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 53a026a

Please sign in to comment.