mdelgadoblasco / snap2stamps

Using SNAP as InSAR processor for StaMPS
Other
109 stars 52 forks source link

python slaves_prep.py project.conf error #5

Closed gandomz closed 10 months ago

gandomz commented 4 years ago

Dear mdelgadoblasco, I have a problem when i run snap script ‘python coreg_ifg_topsar.py project.conf’, can you help me for fix it? thanks Screenshot at 2020-09-16 16-02-00 Screenshot from 2020-09-17 07-24-30 Screenshot at 2020-09-17 07-23-28

pbrotoisworo commented 3 years ago

In the first image, the print statements are not compatible with Python 3.

Change print PROJECT to print(PROJECT)