Correlator CULL Tables

From CwWiki

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

The CULL TABLE contains the depth point which are culled by using cull filter.


Correlator supports culling data not wanted to keep for correlation process.

The CULL TABLE cull points are determined using the cull features of the Filters tool under the right tab.


The CULL TABLE can be saved after applying cull filter, and then the cull table file can be used at other time instead of setting cull filter's parameters.


The file is written as ASCII text .


The CULL TABLE format is as follows:

leg, site, hole, core number, section type, section number, top, bottom 

162  984    A        1           H            1          4.40  4.40
leg, site, hole, core number, badcore

162  984    A        2           badcore

This is when applied the cull filter.

  • Parameter : culling the points on top 5.0cm each core


Here is the CULL TABLE.


Text Version

# Leg Site Hole Core No Section_Type Section_No Top Bottom
# Leg Site Hole Core No badcore
# Top 5.000
# Range > 400.000
# Type NaturalGamma
# Generated By Correlator
154 	926 	B 	1 	badcore 	
154 	926 	B 	25 	H 	1 	4.50 	4.50 	
154 	926 	B 	28 	X 	4 	129.50 	129.50 	
154 	926 	B 	28 	X 	4 	139.50 	139.50 	


XML Version


<?xml version="1.0" encoding="UTF-8"?>
<Correlator version="1.0">
	<Data type ="cull table" leg ="154" site=" 926" datatype="NaturalGamma">
		<Hole value="B">
			<Core id="1" flag="badcore">
			</Core>
			<Core id="25">
				<Value type="H" section="1" top ="4.50" bottom ="4.50" />
			</Core>
			<Core id="28">
				<Value type="X" section="4" top ="129.50" bottom ="129.50" />
				<Value type="X" section="4" top ="139.50" bottom ="139.50" />
			</Core>
		</Hole>
	</Data>
</Correlator>


Return to the Correlator main page.