Skip to content

Commit

Permalink
new hiproc workflow now in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Apr 17, 2022
1 parent 9f5b36a commit 1fb1851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion asap_stereo/asap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,8 +1301,13 @@ def notebook_pipeline_make_dem(left: str, right: str, config: str, refdem: str,
"""
if not out_notebook:
out_notebook = f'{working_dir}/log_asap_notebook_pipeline_make_dem_hirise.ipynb'
if 'postfix' in kwargs.keys():
nbfile = f'{here}/asap_hirise_workflow_hiproc.ipynb'
else:
nbfile = f'{here}/asap_hirise_workflow.ipynb'

pm.execute_notebook(
f'{here}/asap_hirise_workflow.ipynb',
nbfile,
out_notebook,
parameters={
'left' : left,
Expand Down

0 comments on commit 1fb1851

Please sign in to comment.