whamlyn / auralib

Python package to support investigation of geoscience problems including geophysics, rock physics, petrophysics, and data read/write in common formats.
Apache License 2.0
33 stars 9 forks source link

Gassmann substitution seems broken #6

Open whamlyn opened 7 years ago

whamlyn commented 7 years ago

In reviewing a Gassmann substitution workflow (using rp.sat2dry() and rp.drytosat()), the results did not appear to make sense (increasing gas saturation increased P-wave velocity). A quick review of the functions did not turn up any obvious errors in the equations, this requires further investigation.

refaelnaibaho commented 4 years ago

Hi there. My question is not related to this topic, but how can I install/get the auralib module, please? Seems that I cannot find it in PyCharm or run it in Jupyter notebook. Thank you.

whamlyn commented 4 years ago

Hi Refael,

I've not set this up to be an installed package via pip or conda (something I've meant to look into for a while now). You will need the directory containing the auralib package to be added to the PYTHONPATH variable. There are different ways to do this depending on if running on MacOS/Windows/Linux.

Generally what I do is:

Once you have that done correctly you should be able do a normal import and can then access any of the individual packages via code like:

import auralib as aura Kdry = aura.rp.gassmann_sat2dry(Ksat, Kmin, Kfl, phi)

I hope this helps...

Best regards, Wes

On Tue, Oct 27, 2020 at 9:43 AM Refael Naibaho notifications@github.com wrote:

Hi there. My question is not related to this topic, but how can I install/get the auralib module, please? Seems that I cannot find it in PyCharm or run it in Jupyter notebook. Thank you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/whamlyn/auralib/issues/6#issuecomment-717333017, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABO2JKLKS773KCPS3AMRTETSM3TAJANCNFSM4CZK5JHA .