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

error in batch processing #73

Closed
stallinbhandari opened this issue Feb 17, 2021 · 3 comments
Closed

error in batch processing #73

stallinbhandari opened this issue Feb 17, 2021 · 3 comments

Comments

@stallinbhandari
Copy link

hi yumorishita, the following error occurs while running the batchscript

Traceback (most recent call last):
File "/home/stu/LiCSBAS/bin/LiCSBAS03op_GACOS.py", line 550, in
sys.exit(main())
File "/home/stu/LiCSBAS/bin/LiCSBAS03op_GACOS.py", line 369, in main
plot_lib.plot_gacos_info(gacinfofile, pngfile)
File "/home/stu/LiCSBAS/LiCSBAS_lib/LiCSBAS_plot_lib.py", line 149, in plot_gacos_info
ax1.set_xlim(0, xylim1)
File "/home/stu/miniconda3/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 3297, in set_xlim
right = self._validate_converted_limits(right, self.convert_xunits)
File "/home/stu/miniconda3/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 3213, in _validate_converted_limits
raise ValueError("Axis limits cannot be NaN or Inf")
ValueError: Axis limits cannot be NaN or Inf

@stallinbhandari
Copy link
Author

i saw in GACOS_info.txt that some values are nan and inf. What can i do about it?

@yumorishita
Copy link
Owner

I cannot identify the error source from this limited information, but I guess it is because the area of the used GACOS data does not cover the unwrapped data and the corrected unwrapped images are completely nan.

@yumorishita
Copy link
Owner

This problem seems to have been solved. Let me close this issue.

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

2 participants