You are on page 1of 11

LogView++ 2010.

12
Simple Software to Manipulate Well Log Data

Contents:
1. User Interface Overview
2. Project File Management
3. ASCI File
4. Template
5. Log Plotting

User Interface Overview


Menu Bar
Main command interface of LogView++ are located in menu bar. It is including
File, ASCI File, Template, Log Plot, and Help.

File menu, includes:


-

New Project: starting new project


Open Project: opening existing project
Save Project: saving existing project
Save As Project: saving existing project
Quit: exiting program

ASCI File menu includes:


-

Import Las File: importing well log


format)
Export Las File: exporting well log
format)

Template menu includes:


-

New Template: creating new template


Import Template: importing template f
file
Export Template: exporting template
file

Log Plot menu includes:


-

New Log Plot: creating new plot based


template file
Export Log Plot: exporting plot as picture
Zoom+: zoom in viewer
Zoom-: zoom out viewer

Help menu includes:


-

How to: showing this help file


About: showing information about softwa

Project Tree Files

This tree shows list of file included in the project,


ASCI, template, and plot files. All item can be renam
from project by right-clicking item and click popup m
Item or Remove Item from Project

ASCI File Editor

This editor shows table data of selected ASCI fi


clicking Project Tree Files ASCI File Files).
panes: tree of data, table, and command buttons. Us
log data can be manipulated by activating comman
follows:
-

Editing Column Name (Edit name of log da


Delete Column (Delete unnecessary log da
Advance Log Calculator (Calculate parame
on log data)
Create Partial Log (Making partial data of lo

Template Editor

Te
is
co
in
sof
is
ma
ap
plo
co
pa
Co
Bu
tem
Pro
Co
bu
us
tem
str
Do
ite
tem

ge
pro
sel
(cl
(tr
or
Pro
Th
ed
pro
can
ma
up
ed
int
ha
thr
bu
Available command buttons are:
o Add Track: adding new track
o Add Curve: adding new curve into specific track
o Add Area: adding new area into specific track, based on available curve in
the track
o Remove track: remove specific track
o Remove Curve: remove specific curve in specific track
o Remove Area: remove specific area in specific track
Log Plot Viewer

Project Files Management

Format of LogView++ is *.pro++. It should contain all files loaded into project
including ASCI File (las format), template, and Plot File.

ASCI File

Supported asci format is Las 2.0. It has column with name of column each.
Using LogView++ las data manipulation can be conducted are:

Generate partial log


Partial log means a part of log specified by selected column and depth.

Log Calculation

Log calculation can be establish by using common formula (as like


excel, openoffice etc) using existing log column.
Default functions already supported by the formula parser are:
Nam
e
sin
cos
tan
asin
acos
atan
sinh
cosh
tanh

Argc

asinh

acosh

atanh
log10

1
1

log
exp
sqrt
int
abs
if

1
1
1
1
1
3

1
1
1
1
1
1
1
1
1

Description
sine function
cosine function
tangens function
arcus sine function
arcus cosine function
arcus tangens function
hyperbolic sine function
hyperbolic cosine
hyperbolic tangens function
hyperbolic arcus sine
function
hyperbolic arcus tangens fun
ction
hyperbolic arcur tangens fun
ction
logarithm to the base 10
logarithm to the base e
(2.71828...)
e raised to the power of x
square root of a value
round to nearest integer
absolute value
if ... then ... else ...

Sample
sin(x)
cos(x)
tan(x)
asin(x)
acos(x)
atan(x)
sinh(x)
cosh(x)
tanh(x)
asinh(x)
acosh(x)
atanh(x)
log10(x)
log(x)
exp(x)
sqrt(x)
int(x)
abs(x)
if(x=0,2,6)

Operators supported by the parser are:


Operator
&

Description
logical and

Sample
if((x=0)&(y=1),

|
!
<=
>=
!=
=
>
<
+
*
/
%
^

logical or
logical not
less or equal
greater or equal
not equal
equal
greater than
less than
addition
subtraction
multiplication
division
modulo (rest after division)
raise x to the power of y

100,0)
if((x=0)|
(y=1),100,0)
if(!(x=0),100,0)
if(x<=0,100,0)
if(x>=0,100,0)
if(x!=0,100,0)
if(x=0,100,0)
if(x>0,100,0)
if(x<0,100,0)
x+y
x-y
x*y
x/y
x%y
x^y

All column in las file will be presented by variable of X1, X2, X, Xn.

Example:

- single line formula:


if(X0>1000 & X1!=-999.25, X1/100, -999.25)
-----------------------------------------it should clearly explained.. :)

- multi line formula:


A:=X0;
B:=X1:
C:=A+B;
C
-----------------------------------------first and second line, we make new sub variable called A & B.
third line, C is derived from A & B
last line, C is return as final result.
We can also write as follows...
-----------------------------------------A:=X0;
B:=X1:
A+B
-----------------------------------------those 2 example will give same result & same meaning actualy.. :)

Template

The hierarchy of logview++ template should be looks like this diagram.

Template should contain at least 1 track. T


contain 1 curve. Track may also contain A
will have Grid X and Grid Y.

Each of items has different kind of proper


edited simply by double-clicking item in
template (see user interface overview t
editor).

Main Template properties:


Properties
Pos X
Pos Y
Depth
Scale

Explanation
Horizontal Position of plot. Left most position is zero (0)
Vertical Position of plot. Top most position is zero (0)
Name of column in Las File that represent "Depth" used as Y axis on e
(curve & area)
Scale of log (Y axis only). Larger scale means log size is shorter.

Track properties:
Properties
Pos X
Pos Y
Width

Explanation
Horizontal position of Track. Left most position is zero (0)
Vertical Position of Track. Top most position is zero (0)
Width of track

Curve properties:
Properties
Curve
Min
Max
Logaritmic Scale
Reverse Scale
Line Type
Line Width
Line Colour
(Grid-X) Macro Grid
Shown
(Grid-X) Macro Label
Shown

Explanation
Name of curve
Minimum scale of curve
Maximum scale of curve
Is logarithmic scale?
Is reversed scale?
Type of curve line
Width of line
Colour of line
Is Grid-X Macro should be shown?
Is Grid-X Macro Label should be shown?

(Grid-X) Macro Step


(Grid-X) Macro Line Type
(Grid-X) Macro Line
Width
(Grid-X) Macro
Line Colour
(Grid-X) Micro Grid
Shown
(Grid-X) Micro Label
Shown
(Grid-X) Micro Step
(Grid-X) Micro Line Type
(Grid-X) Micro Line
Width
(Grid-X) Micro
Line Colour
(Grid-Y) Macro Grid
Shown
(Grid-Y) Macro Label
Shown
(Grid-Y) Macro Step
(Grid-Y) Macro Line Type
(Grid-Y) Macro Line
Width
(Grid-Y) Macro
Line Colour
(Grid-Y) Micro Grid
Shown
(Grid-Y) Micro Label
Shown
(Grid-Y) Micro Step
(Grid-Y) Micro Line Type
(Grid-Y) Micro Line Width
(Grid-Y) Micro
Line Colour
Area properties:
Properties
Curve Left
Curve Right
Fill Colour

Step of Grid-X Macro


Type of line of Grid-X Macro
Width of line of Grid-X Macro
Colour of line of Grid-X Macro
Is Grid-X Micro should be shown?
Is Grid-X Micro Label should be shown?
Step of Grid-X Micro
Type of line of Grid-X Micro
Width of line of Grid-X Micro
Colour of line of Grid-X Micro
Is Grid-Y Macro should be shown?
Is Grid-Y Macro Label should be shown?
Step of Grid-Y Macro
Type of line of Grid-Y Macro
Width of line of Grid-Y Macro
Colour of line of Grid-Y Macro
Is Grid-Y Micro should be shown?
Is Grid-Y Micro Label should be shown?
Step of Grid-Y Micro
Type of line of Grid-Y Micro
Width of line of Grid-Y Micro
Colour of line of Grid-Y Micro

Explanation
Name of curve as left border of area. Use $LEFT_BORDER to use left
border, or $RIGHT_BORDER to use right outer track border.
Name of curve as right border of area. Use $LEFT_BORDER to use lef
border, or $RIGHT_BORDER to use right outer track border.
Colour of area

Log Plotting

After Las File and Template are ready, Log plotting can be simply conducted by
selecting las and template to be plotted.
The plot result can be directly exported to Image file (format JPEG, BMP or PNG).

You might also like