SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Convert scripts into functions #1

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

Currently 0_download_s1 and 1_find_suitable_pairs require the user to change variables at the top of the scripts. It would be good to convert these into functions that can be later used within a master script and as individual modules of the python package.

loreabad6 commented 2 years ago

Done for the mentioned scripts.