Farooq Arshad

Results 3 issues of Farooq Arshad

I want to know which data represent final_clusters? Thanks in anticipation ``` spec = segyio.spec() file = 'segy_attribute_classifications_run2.segy' spec.format = 1 spec.xline = 193 spec.iline = 189 spec.offsets = [0]...

spec = segyio.spec() file = "New.sgy" spec.format = 1 spec.xline = 185 spec.iline = 181 spec.offsets = [0] spec.samples = np.unique(dataframe.iloc[:,1]) spec.ilines = np.unique(dataframe.iloc[:,0].values) spec.xlines = np.unique(dataframe.iloc[:,2].values) with segyio.create(file, spec)...

How to get the well data into time domain ? is there any functionality to convert the well data from depth domain to time domain?