Multichannel Sonic Data
ODP logging contractor: LDEO-BRG
Well name: 418A
Leg: 102
Location: Bermuda Rise (tropical NW Atlantic)
Latitude: 25° 2.1' N
Longitude: 68° 3.44' W
Logging date: April, 1985
Bottom felt: 5511 mbrf (used for depth shift to sea floor)
Total penetration: 878 mbsf
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 2 microsec, at depth
intervals of 0.3 m (uplog 1 and 2), 1 m (uplog 3), and 0.5 m (downlog). 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: 508 (downlog, sampling rate = 0.5 m)
Number of rows: 1139 (uplog, sampling rate = 0.3 m)
Number of rows: 196 (uplog through casing, sampling rate = 1 m)
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:
102-418A_mcsd.bin: 6005-6280 mbrf
102-418A_mcsup.bin: 6309-5962.1 mbrf
102-418A_mcsup-csg.bin: 5960-5508 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