You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was analysing a frame ID (006D_05509_131313) and then when i ran it, it showed the following and was not able to display the velocity or time-series:
Searching latest epoch for mli...
Traceback (most recent call last):
File "/home/psaha/Zagros_data/LiCSBAS/bin/LiCSBAS01_get_geotiff.py", line 499, in
sys.exit(main())
^^^^^^
File "/home/psaha/Zagros_data/LiCSBAS/bin/LiCSBAS01_get_geotiff.py", line 212, in main
response = requests.get(url)
^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/sessions.py", line 191, in resolve_redirects
raise TooManyRedirects(
requests.exceptions.TooManyRedirects: Exceeded 30 redirects.
(base) psaha@psaha-ThinkPad-E460:/Zagros_data/006D_05509_131313$ LiCSBAS_plot_ts.py -i TS_GEOCml1clip/cum_filt.h5 &
[1] 9447
(base) psaha@psaha-ThinkPad-E460:/Zagros_data/006D_05509_131313$
LiCSBAS_plot_ts.py ver1.13.4 20210910 Y. Morishita
LiCSBAS_plot_ts.py -i TS_GEOCml1clip/cum_filt.h5
Traceback (most recent call last):
File "/home/psaha/Zagros_data/LiCSBAS/bin/LiCSBAS_plot_ts.py", line 256, in
cmap = tools_lib.get_cmap(cmap_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/Zagros_data/LiCSBAS/LiCSBAS_lib/LiCSBAS_tools_lib.py", line 431, in get_cmap
plt.cm.register_cmap(name = cmap_name, cmap = _cmap)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'matplotlib.cm' has no attribute 'register_cmap'
Hello,
I was analysing a frame ID (006D_05509_131313) and then when i ran it, it showed the following and was not able to display the velocity or time-series:
Searching latest epoch for mli...
Traceback (most recent call last):
File "/home/psaha/Zagros_data/LiCSBAS/bin/LiCSBAS01_get_geotiff.py", line 499, in
sys.exit(main())
^^^^^^
File "/home/psaha/Zagros_data/LiCSBAS/bin/LiCSBAS01_get_geotiff.py", line 212, in main
response = requests.get(url)
^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/home/psaha/anaconda3/lib/python3.12/site-packages/requests/sessions.py", line 191, in resolve_redirects
raise TooManyRedirects(
requests.exceptions.TooManyRedirects: Exceeded 30 redirects.
(base) psaha@psaha-ThinkPad-E460:
/Zagros_data/006D_05509_131313$ LiCSBAS_plot_ts.py -i TS_GEOCml1clip/cum_filt.h5 &/Zagros_data/006D_05509_131313$[1] 9447
(base) psaha@psaha-ThinkPad-E460:
LiCSBAS_plot_ts.py ver1.13.4 20210910 Y. Morishita
LiCSBAS_plot_ts.py -i TS_GEOCml1clip/cum_filt.h5
Traceback (most recent call last):
File "/home/psaha/Zagros_data/LiCSBAS/bin/LiCSBAS_plot_ts.py", line 256, in
cmap = tools_lib.get_cmap(cmap_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/psaha/Zagros_data/LiCSBAS/LiCSBAS_lib/LiCSBAS_tools_lib.py", line 431, in get_cmap
plt.cm.register_cmap(name = cmap_name, cmap = _cmap)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'matplotlib.cm' has no attribute 'register_cmap'
[1]+ Exit 1 LiCSBAS_plot_ts.py -i TS_GEOCml1clip/cum_filt.h5
Can you please help with this error and tell me why teh plots are not being displayed?
The text was updated successfully, but these errors were encountered: