Multichannel Sonic Data
ODP logging
contractor: LDEO-BRG
Well name: 638B
Leg: 103
Location: Galicia Bank (NE Atlantic)
Latitude: 42° 9.2' N
Longitude: 12° 11.8' W
Logging date: May, 1985
Bottom felt: 4673 mbrf (used for depth shift to sea floor)
Total penetration: 431.1 mbsf
Total core recovered: 210.5 m (49 %)
TOOL USED: MCS (Multichannel Sonic Tool)
Recording mode: 1 transmitter and 12 receivers, each spaced 15 cm apart.
Remarks about the recording: none.
The Multichannel Sonic data were originally acquired with acquisition software produced in-house, residing on a Masscomp computer.
Each of the 12 waveforms consists of 2000 samples, each recorded at a sampling rate of 5 and 2 microsec (downlog and uplog, respectively), at depth intervals of 0.15 m. The original data has been loaded on a Sun system and then converted into binary format.
Each line is composed of the entire waveform set recorded at each depth, preceded by the depth. In the general case of 12 waveforms with 2000 samples per waveform, this corresponds to 1 + 12x2000 = 24001 columns. In this hole, the specifications of the files are:
Number of columns: 24001
Number of rows: 58 (downlog)
Number of rows: 413 (uplog, pass 1)
Number of rows: 413 (uplog, pass 2)
All values are stored as 'signed short integers' (= 16 bits signed).
Each file can be viewed directly as an image with Spyglass transform or NIH image on MAcs and PCs, or Fortner transform or Khoros on UNIX) - where it has to be opened as either 'raw' or 'binary matrix'. Any image or signal-processing package should also allow viewing it.
The following files have been loaded:
103-638B_mcsd.bin: 4766-4824 mbrf
103-638B_mcsup1.bin: 4757.4-4819.2 mbrf
103-638B_mcsup2.bin: 4757.4-4819.2 mbrf
The sonic waveform files are not depth shifted to a reference run or to the seafloor. For depth shift to the sea floor, please refer to the DEPTH SHIFT section in the standard log documentation file.
NOTE: For users interested in reading and converting the data to a format more suitable for their own purpose, the fortran declaration used to open the file *.bin would be:
open (1, file = *.bin,access = 'direct', recl = 2*(1+nwav*nsamples))
where nwav is the number of waveforms (12) and nsamples the number of samples per waveforms (see above).
If the total number of depths where waveforms have been recorded is ndepth (for a 150 m interval with data every 15 cm, ndepth would be 1000), a generic loop to read the data would be
do k = 1, ndepth
...
read(1, rec=k) iz, (data(i), i = 1, nwav*nsamples)
z(k)=float(iz)
...
enddo
In such a case, the file dimensions will be ndepth rows by nwav*nsamples+1 columns
For further information about the logs please contact:
Cristina Broglia
phone: 845-365-8343
fax: 845-365-3182
email: Cristina Broglia
Gilles Guerin
phone: 845-365-8671
fax: 845-365-3182
email: Gilles Guerin