Skip to content

Commit

Permalink
fixed missing arg flag in ctx notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Sep 9, 2021
1 parent 295b48d commit 305836d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asap_stereo/asap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def step_13(self, run='results_map_ba', maxd: float = None, pedr4align = None, h
#TODO: use the DEMs instead of the point clouds
:param run:
:param run: folder used for this processing run
:param highest_accuracy: Use the maximum accuracy mode
:param maxd: Maximum expected displacement in meters
:param pedr4align: path to pedr csv file
Expand Down Expand Up @@ -1147,7 +1147,7 @@ def step_14(self, mpp=24.0, just_ortho=False, run='results_map_ba', output_folde
Run point2dem on the aligned output to produce final science ready products
:param run:
:param run: folder used for this processing run
:param mpp:
:param just_ortho:
:param output_folder:
Expand All @@ -1170,7 +1170,7 @@ def step_15(self, run='results_map_ba', output_folder='dem_align', **kwargs):
Adjust DEM to geoid
Run geoid adjustment on dem for final science ready product
:param run:
:param run: folder used for this processing run
:param output_folder:
:param kwargs:
"""
Expand Down
2 changes: 1 addition & 1 deletion asap_stereo/asap_ctx_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
"cell_type": "code",
"execution_count": null,
"source": [
"!asap ctx step_13 {maxdisp} 2>&1 | tee -i -a ./8_pc_align.log ./full_log.log"
"!asap ctx step_13 --maxd {maxdisp} 2>&1 | tee -i -a ./8_pc_align.log ./full_log.log"
],
"outputs": [],
"metadata": {
Expand Down

0 comments on commit 305836d

Please sign in to comment.