isce-framework / fringe

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)
Apache License 2.0
80 stars 42 forks source link

Add Network.py and StackVRT.py to CMakeLists.txt #6

Closed stoormgeo closed 4 years ago

stoormgeo commented 4 years ago

Hi, There are several modules missing from the build - Network.py and StackVRT.py.

hfattahi commented 4 years ago

Currently, none of them are getting used anywhere. Are you experiencing any issue due to these missing scripts?

yunjunz commented 4 years ago

Hi @hfattahi, the Network module is used in integratePS.py#L17, both of them are currently missing from the build and install/bin folder.

hfattahi commented 4 years ago

Thanks @yunjunz. Would you please confirm if https://github.com/isce-framework/fringe/pull/11 solves this issue.

yunjunz commented 4 years ago

Hi @hfattahi, integratePS.py is also missing in the install directory, could you add that to the CMakeLists too?

hfattahi commented 4 years ago

Should be fixed by https://github.com/isce-framework/fringe/pull/12