In [1]:
import numpy as np
import matplotlib.pyplot as plt
from welly import Well
% matplotlib inline
In [2]:
ls
In [4]:
data_dir = 'data/'
fname = 'L30.las'
file = data_dir + '/' + fname
In [ ]:
# your code here
In [6]:
# it should looks like this
well
Out[6]:
In [9]:
pslow = well.data['DT']
rhob = well.data['RHOB']
gr = well.data['GRD']
In [ ]:
# your code here
In [ ]:
# your code here
In [ ]:
# your code here
In [ ]:
# your code here
In [ ]:
lithfile = 'data/L30_samples.txt'