-
Notifications
You must be signed in to change notification settings - Fork 301
Description
Is the coherence threshold (default 0.85) made this problem because it's too strict, If so, do i need to reduce it, what should i go for
also, do i need to change it from the beginning like "stackSentinel.py ......-o.. -a.. -s.. -d.. -e 0.65" or i can change in-between and continue?
"Traceback (most recent call last):
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/SentinelWrapper.py", line 251, in
main(args.start,args.end)
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/SentinelWrapper.py", line 242, in main
cfgParser.runCmd()
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/SentinelWrapper.py", line 54, in runCmd
func_modules.main(self.funcParams[section])
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/estimateAzimuthMisreg.py", line 138, in main
raise Exception('Coherence threshold too strict. No points left for reliable ESD estimate')
Exception: Coherence threshold too strict. No points left for reliable ESD estimate
Traceback (most recent call last):
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/SentinelWrapper.py", line 251, in
main(args.start,args.end)
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/SentinelWrapper.py", line 242, in main
cfgParser.runCmd()
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/SentinelWrapper.py", line 54, in runCmd
func_modules.main(self.funcParams[section])
File "/home/incois/mohanty/.conda/envs/insar_env/share/isce2/topsStack/estimateAzimuthMisreg.py", line 144, in main
hist, bins = np.histogram(val, 50, normed=1)
TypeError: histogram() got an unexpected keyword argument 'normed'"