GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 1 forks source link

Duplication of gamma0 output #125

Closed sixy6e closed 4 years ago

sixy6e commented 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)
truth-quark commented 4 years ago

Fixed with https://github.com/GeoscienceAustralia/gamma_insar/pull/133.