Correlator Core Formats

From CwWiki

Revision as of 23:20, 22 January 2009; Hyejung (Talk | contribs)
(diff) ←Older revision | view current revision | Newer revision→ (diff)
Jump to: navigation, search

Correlator now supports standard IODP core data format:

EXAMPLE: Susceptibility

 154 	926 	A 	1 	H 	1 	4.7 	4.7 	0.05 	44.0
 154 	926 	A 	1 	H 	1 	9.5 	9.5 	0.09 	30.0
 154 	926 	A 	1 	H 	1 	14.6 	14.6 	0.15 	8.0
 154 	926 	A 	1 	H 	1 	19.5 	19.5 	0.19 	5.0
 154 	926 	A 	1 	H 	1 	24.6 	24.6 	0.25 	7.0
 154 	926 	A 	1 	H 	1 	29.6 	29.6 	0.30 	12.0
 154 	926 	A 	1 	H 	1 	34.5 	34.5 	0.34 	13.0
 154 	926 	A 	1 	H 	1 	39.6 	39.6 	0.40 	13.0
 154 	926 	A 	1 	H 	1 	44.6 	44.6 	0.45 	15.0


However a new Generic Data Importer allows user to simply choose/assign set of Standard Fields so that data import is much more flexible:

Standard Fields for import include the following information:

Leg/Expedition | Site | Hole | Core | Type | Section | Top Depth (cm) | Bottom Depth(cm) | Depth (m) | Data Value |

Field Definitions:

  • Leg/Expedition:
  • Site:
  • Hole:
  • Core:
  • Type:
  • Section:
  • Top Depth:
  • Bottom Depth:
  • Depth:
  • Data Value:

EXAMPLE: Susceptibility

# Leg, Site, Hole, Core No, Core Type, Section No, Top, Bottom, Depth, Data, RunNo 
# Data Type Susceptibility
# Generated By Correlator
162 	984 	A 	1 	H 	1 	4.4 	4.4 	0.04 	180.000 	- 	
162 	984 	A 	1 	H 	1 	7.4 	7.4 	0.07 	184.000 	- 	
162 	984 	A 	1 	H 	1 	10.6 	10.6 	0.11 	179.000 	- 	
162 	984 	A 	1 	H 	1 	13.5 	13.5 	0.14 	193.000 	- 	
162 	984 	A 	1 	H 	1 	16.5 	16.5 	0.17 	198.000 	- 	
162 	984 	A 	1 	H 	1 	19.5 	19.5 	0.19 	196.000 	- 	
162 	984 	A 	1 	H 	1 	22.4 	22.4 	0.22 	200.000 	- 	
162 	984 	A 	1 	H 	1 	25.4 	25.4 	0.25 	202.000 	- 	
162 	984 	A 	1 	H 	1 	28.5 	28.5 	0.28 	201.000 	- 	


XML Version

<?xml version="1.0" encoding="UTF-8"?>
<Correlator version="1.0">
	<Data type ="core data" leg ="154" site=" 926" datatype="NaturalGamma">
		<Hole value="A">
			<Core id="1">
				<Value type="H" section="1" top ="9.5" bottom ="9.5" depth="0.09" data="186" />
				<Value type="H" section="1" top ="19.5" bottom ="19.5" depth="0.19" data="231" />
				<Value type="H" section="1" top ="29.5" bottom ="29.5" depth="0.29" data="216" />
				<Value type="H" section="1" top ="39.6" bottom ="39.6" depth="0.40" data="267" />
				<Value type="H" section="1" top ="49.6" bottom ="49.6" depth="0.50" data="291" />
				<Value type="H" section="1" top ="59.5" bottom ="59.5" depth="0.60" data="304" />
				<Value type="H" section="1" top ="69.6" bottom ="69.6" depth="0.70" data="291" />
				<Value type="H" section="1" top ="79.6" bottom ="79.6" depth="0.80" data="340" />
				<Value type="H" section="1" top ="89.6" bottom ="89.6" depth="0.90" data="292" />
				<Value type="H" section="1" top ="99.7" bottom ="99.7" depth="1.00" data="267" />
				<Value type="H" section="1" top ="109.5" bottom ="109.5" depth="1.10" data="242" />
				<Value type="H" section="1" top ="119.5" bottom ="119.5" depth="1.20" data="244" />
				<Value type="H" section="1" top ="129.5" bottom ="129.5" depth="1.29" data="249" />
				<Value type="H" section="1" top ="139.7" bottom ="139.7" depth="1.40" data="253" />
				<Value type="H" section="2" top ="9.6" bottom ="9.6" depth="1.60" data="235" />
				<Value type="H" section="2" top ="19.6" bottom ="19.6" depth="1.70" data="256" />
				<Value type="H" section="2" top ="29.5" bottom ="29.5" depth="1.79" data="267" />
				<Value type="H" section="2" top ="39.5" bottom ="39.5" depth="1.89" data="250" />
				<Value type="H" section="2" top ="49.6" bottom ="49.6" depth="2.00" data="258" />
				<Value type="H" section="2" top ="59.5" bottom ="59.5" depth="2.10" data="248" />
				<Value type="H" section="2" top ="69.5" bottom ="69.5" depth="2.19" data="275" />
				<Value type="H" section="2" top ="79.6" bottom ="79.6" depth="2.30" data="292" />
				<Value type="H" section="2" top ="89.5" bottom ="89.5" depth="2.39" data="317" />
				<Value type="H" section="2" top ="99.7" bottom ="99.7" depth="2.50" data="240" />
				<Value type="H" section="2" top ="109.7" bottom ="109.7" depth="2.60" data="230" />
				<Value type="H" section="2" top ="119.7" bottom ="119.7" depth="2.70" data="257" />
				<Value type="H" section="2" top ="129.5" bottom ="129.5" depth="2.80" data="273" />
				<Value type="H" section="2" top ="139.6" bottom ="139.6" depth="2.90" data="293" />
				<Value type="H" section="3" top ="9.5" bottom ="9.5" depth="3.10" data="243" />
				<Value type="H" section="3" top ="19.5" bottom ="19.5" depth="3.19" data="266" />
				<Value type="H" section="3" top ="29.7" bottom ="29.7" depth="3.30" data="242" />
				<Value type="H" section="3" top ="39.6" bottom ="39.6" depth="3.40" data="231" />
				<Value type="H" section="3" top ="49.6" bottom ="49.6" depth="3.50" data="239" />
				<Value type="H" section="3" top ="59.5" bottom ="59.5" depth="3.60" data="226" />
				<Value type="H" section="3" top ="69.5" bottom ="69.5" depth="3.69" data="265" />
			</Core>
		</Hole>
	</Data>
</Correlator>



Return to the Correlator main page.