PyRate icon indicating copy to clipboard operation
PyRate copied to clipboard

Bug: Issue with plot_time_series.py

Open adu461386118 opened this issue 4 years ago • 0 comments

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)

adu461386118 avatar Dec 16 '21 06:12 adu461386118