Multichannel Sonic Data

 

ODP logging contractor: LDEO-BRG

Well name: 395A

Leg: 109

Location: Mid Atlantic Ridge (central tropical N Atlantic)

Latitude: 22° 45.35' N

Longitude: 46° 04.9' E

Logging date: June, 1986

Bottom felt: 4494 mbrf (used for depth shift to sea floor).

Total penetration: 664 mbsf (drilled during DSDP Leg 45)

Total core recovered: 106 m (18%)

 

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 and 4 microsec (uplog and downlog, respectively, at depth intervals of 0.28 and 0.1 m (downlog and uplog, respectively). 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: 258 (downlog, upper section, depth sampling rate = 0.28 m)

Number of rows: 1492 (downlog, lower section, depth sampling rate = 0.28 m)

Number of rows: 4954 (uplog, depth sampling rate = 0.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:

 

109-395A_mcsdu.bin: 4590-4662 mbrf

109-395A_mcsdl.bin: 4662.3-5080 mbrf

109-3395A_mcsup.bin: 4584.7-5080 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