Magne Lauritzen
Magne Lauritzen
Time to merge this?
I suggest adding a logger object in your code: `logger = logging.getLogger('lasio')` You could then call logger.info("info message here") at certain intervals, or after each completed major step. If it...
This feature was the primary reason for why I downloaded ExplorerPatcher, so I would be very happy to see a fix. Although I have to say this little program has...
Is there any update on when or if this feature can be implemented into scipy? It would be an absolute brilliant addition, at least from my point of view. If...
Thank you, your implementation will help me a lot. Do you believe it would be challenging to extend the algorithm so that it can handle cyclical axes like the [unwrap](https://pypi.org/project/unwrap/)...
I for one would be grateful for a multidimensional phase unwrapping algorithm that can both handle weights and cyclical axes. It seems you only can get one of the two...
I have extended @TAdeJong 's original implementation to handle cyclical axes by solving the Poisson equation with FFT instead of DCT. The code is here: https://github.com/nup002/weighed_phase_unwrap_with_cyclical_axes/tree/magne_feature_cyclical_axes Here is an example...
DCT can only be used to solve the Poisson equation if we impose a Neumann boundary condition of 0, i. e. that the derivative of the phase is 0 at...
> I will try to have a look this weekend. Were you able to make any progress?
Hi @JocuperDARY , thank you for the bug report. Can you post the coords you provide to `lm` that causes this error? Please try to reduce the amount of data...