Closed sixy6e closed 4 years ago
There is a duplication of the gamma0 output, and worse the output filename indicates that it is sigma0.
The offending line.
Required fix; change:
data_pathname = str(slave_gamma0_eqa)
to
data_pathname = str(slave_sigma0_eqa)
Fixed with https://github.com/GeoscienceAustralia/gamma_insar/pull/133.
There is a duplication of the gamma0 output, and worse the output filename indicates that it is sigma0.
The offending line.
Required fix; change:
to