GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
199 stars 69 forks source link

Bug: Issue with plot_time_series.py #373

Open adu461386118 opened 2 years ago

adu461386118 commented 2 years ago

Description

PyRate uses plot_time_series.py to show the accumulated subsidence using the tscuml files in timeseries_dir. This is an issue occurred for some frames, e.g. T45D_F28S_S1A, the below error message is raised and plot_time_series.py fails. It has something to do with the refvalue,

Error Message

image

Temporary solution

comment out line 414 #axts.set_ylim(dmin, dmax)