Multichannel Sonic Data

ODP logging contractor: LDEO-BRG

Well name: 672A

Leg: 110

Location: N Barbados Ridge (tropical NW Atlantic)

Latitude: 15° 32.40' N

Longitude: 58° 38.46' W

Logging date: July, 1986

Bottom felt: 4983 mbrf

Total penetration: 493.8 mbsf

Total core recovered: 381.3 m (77 %)

 

 

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 microsec, at depth intervals of 0.3 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 file are:

Number of columns: 24001

Number of rows: 152 (uplog)

 

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 file has been loaded:

 

672A-u.bin: 5188.7-5256 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