Hi Yunjun,
I have a problem using "view.py" script, resulting in the error message in the subject.
For instance, if I run "view.py waterMask.h5", I get:
Traceback (most recent call last):
File "/Users/Sven/python/miniconda3/envs/mintpy/bin/view.py", line 8, in <module>
sys.exit(main())
File "/Users/Sven/python/MintPy/mintpy/view.py", line 1663, in main
obj.configure()
File "/Users/Sven/python/MintPy/mintpy/view.py", line 1538, in configure
inps = cmd_line_parse(self.iargs)
File "/Users/Sven/python/MintPy/mintpy/view.py", line 175, in cmd_line_parse
geo_opt_names = list(set(geo_opt_names) & set(iargs))
TypeError: 'NoneType' object is not iterable
I suppose it depends on something wrong in my MintPy installation, because I have MintPy also in my office PC and the script works fine, or maybe this is a python error.
How can I try to fix this?
Thanks and sorry for disturbing you.
Sven.