InΒ [8]:
from pyawd import Marmousi
The profile can be instanciated using the Marmousi
constructor, which allows specifying a resolution.
InΒ [9]:
marmousi = Marmousi(1024)
marmousi.plot()
from pyawd import Marmousi
The profile can be instanciated using the Marmousi
constructor, which allows specifying a resolution.
marmousi = Marmousi(1024)
marmousi.plot()