pyrocko / kite

InSAR unwrapped surface displacement processing for earthquake modelling.
https://pyrocko.org/kite/
GNU General Public License v3.0
79 stars 34 forks source link

ROI pac import class does not import look angle information #98

Open hvasbath opened 1 year ago

hvasbath commented 1 year ago

it only generates scalar theta and phi angles, which then cause errors later, as these need to be arrays the size of the displacement array: https://github.com/pyrocko/kite/blob/master/kite/scene_io.py#L594 reported by @renierlgv