Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing parameter type error when executing command 'topsApp.py --steps' #7

Open
zhbfang opened this issue Mar 31, 2019 · 0 comments
Open

Comments

@zhbfang
Copy link

zhbfang commented Mar 31, 2019

Dear scott:
I am an InSAR rookie, just started to get in touch with Linux,so this problem may be a kind of low-level and it is an honor to ask you questions.If you are willing to help me, I will be very very grateful.
When I installed ISCE according to your instructions"Notes for installing ISCE 2.2.0 (on Ubuntu 18.04 LTS)", I executed the command"topsApp.py --steps",then there is a parameter type error like:


File "/opt/isce-2.2.0/install/isce/applications/topsApp.py",line 901,in
insar.run()
File "/opt/isce-2.2.0/install/isce/components/iscesys/Component/Application.py",line 129,in run
exitStatus = self._processSteps()
File "/opt/isce-2.2.0/install/isce/components/iscesys/Component/Application.py",line 392,in _processSteps
result = func(*pargs,**kwargs)
File "/opt/isce-2.2.0/install/isce/components/isceobj/TopsProc/Factories.py",line 40
,in call
return self.method(self.other,*args,**kwargs)
File "/opt/isce-2.2.0/install/isce/components/isceobj/TopsProc/runPreprocessor.py",line 35,in runPreprocessor
frame.output = os.path.join(frame.output,'IW{0}'.format(swath))
File "/usr/lib/python3.6/posixpath.py",line 80,in join
a = os.fspath(a)
TypeError:expected str,bytes or os.PathLike object,not NoneType


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant