I'm thinking, given that the phase map was produced by applying Base.angle() on another (complex) matrix (say we call it M), it is this function which caused the phase wrapping in the first place, right? So can't I somehow get around the problem and produce the unwrapped map directly from M?
On Wednesday, February 4, 2015 at 4:41:12 PM UTC+1, Yuuki Soho wrote: > > It seems you want to unwrap the phase (plus pi) along your path: > > https://gist.github.com/ssfrr/7995008 > > But as you data are quite discrete, I'm not sure it will work. Maybe if > you interpolate. > > >
