opengeophysics / deeplook

A framework for solving inverse problems in geophysics
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Potential overlap of objectives and functionalities #4

Open prisae opened 5 years ago

prisae commented 5 years ago

Hi @leouieda!

I had a chat with @mrava87. We think that the objectives and the current implemented features of deeplook are more or less what PyLops, by heavily utilising scipy.sparse.linalg.LinearOperator, is trying to achieve; https://pylops.readthedocs.io.

Do you agree with us, or do you think deeplook is significantly different (from the current Project Goals it looks like an almost complete overlap)?

If you agree, what do you think of joining forces, in the spirit of open-source collaboration? I think PyLops is at a much more mature level currently than deeplook, so we could focus on implementing in PyLops any feature that it is currently missing in comparison with deeplook.

Just reaching out for your opinion.

leouieda commented 5 years ago

Hi @prisae thanks for pointing this out! I haven't given this repo much attention and don't really know what I would want from it right now. I've had my eye on PyLops and will definitely check it out before proceeding any further on this.

I'll go back to working more on inversions soon. I would have no problem investing in PyLops :)

leouieda commented 5 years ago

@prisae does pylops have any intention of support non-linear inversions?

mrava87 commented 5 years ago

Hi Leo, yes, we would like to start supporting nonlinear inversion. So far I would say there two main ideas floating around in my mind:

Did you have in mind anything along those lines? Or any different idea is welcome now that nothing is in place yet :)