Skip to content

Commit

Permalink
update example script
Browse files Browse the repository at this point in the history
cyschneck committed Nov 16, 2024
1 parent 529154a commit a43f7ec
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example_pydar_script.py
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@
segment_num="S01")

# Display all Images in pydar_results/ directory
pydar.displayImages(image_directory="pydar_results/CORADR_0211_V03_S01")
pydar.display_all_images("pydar_results/CORADR_0211_V03_S01")

# Read AAREADME to console
pydar.aareadme_options()
4 changes: 4 additions & 0 deletions pydar/extract_flyby_parameters.py
Original file line number Diff line number Diff line change
@@ -9,6 +9,10 @@
# list of flyby IDs and associated Radar #
# Data Take Number the images #
# #
# - _return_segment_options: backend to return #
# a list of available segment numbers from #
# sar_swath_details.csv #
# #
# - id_to_observation: converts between a flyby #
# ID and an observation number #
# #

0 comments on commit a43f7ec

Please sign in to comment.