Replies: 1 comment
-
Thanks again to the mintpy open source team, it's really cool. Thanks to mintpy's elegant project structure, I easily found the file "D:\anaconda\envs\mintpy\Lib\site-packages\mintpy\cli\smallbaselineApp.py". There is a startup entry method in this file, and mimicking its call allows you to start smallbaselineApp.py in code instead of using cmd. The key entry methods are as follows.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all a big thank you to the open source team at mintpy, it's really cool. I am using mintpy for secondary development on windows11. The project needed to package the back end as an exe, but the only way I could find was to start smallbaselineApp.py with cmd, which would not work in an exe environment. So I need help with how to use method calls to directly call methods that use smallbaselineApp.py inside the code.
Beta Was this translation helpful? Give feedback.
All reactions