Correlator Importing Formats

From CwWiki

Jump to: navigation, search

There are various formats for core data.

Correlator supports flexible data importing function.


The Correlator generic core format is as follows:

leg, site, hole, core number, core type, section number, top, bottom, mbsf, data, run number
* if data does not have run number, the column of run number will be "-"

162 	984 	A 	1 	H 	     1 	          4.4 	4.4   0.04  180.000 	- 	


Here is the Generic Data format using in Correlator internally.

Text Version

# 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 	- 	


How to import core data:

  • Open the core file
  • Define necessary columns for generating core file(Janus Standard)
  • Import

Image:Importdata.jpg


Return to the Correlator main page.