Sei sulla pagina 1di 5

December 2006

2
i
n

t
h
e
Volume 22, Number 11, December 2006
2006/2007 Training Schedule... page 11
24th Annual Mintec Seminar... page 12
Current Affairs:
How to Use Filtering in Drillole Views
in MineSight

v.3.60... page 2
Mintec Directory... page 5
Tips from Tech Support:
MineSight

Operations Tips and


Tricks... page 7
Trade Shows and Seminars... page 12
Web-based Training... page 11
Inside This Issue:
In MineSight

3-D v.3.60 the method you use to flter items in Drillhole Views was reworked to be more
versatile. You can now flter on multiple drillhole items and have multiple conditions by using Python-like
expressions.
Item fltering is available on both the Drillhole View Properties Intervals and Geotech tabs. To use flter-
ing, toggle ON the Filtering checkbox the fltering expression to be applied. Once the fltering expression has
been written and the Filtering option toggled ON, the changes will take effect after clicking on Apply.
How to Use Filtering in Drillhole
Views in MineSight

3-D

v.3.60
(continued on page 3) Figure 1
Current Affairs
Dec_06_eng_4_pdf.indd 2 11/15/2006 8:19:27 AM
December 2006
3
MineSight

Foreground
i
n

t
h
e
(How to Use Filtering in Drillhole Views in MineSight

3-D v.3.60 continued from page 2)


The Drillhole Properties | Intervals tab dialog is shown in Figure 1 with the Item Filtering section outlined
in red. To the right, two drillholes are displayed that have item fltering applied.
Figure 2
The Drillhole Properties | Geotech tab dialog is shown in Figure 2, on the left, and the two Item Filtering
sections on this dialog are outlined in red. A fltered drillhole view, using the criteria shown in the dialog, is
displayed to the right of the dialog and a non-fltered view of the same drillhole is shown in the picture to the
far right.
Item fltering is accomplished by applying the Boolean true/false results of the flter expression entered in
the flter box. The flter expression is written using operators, functions, constants, and items from the Drill-
hole View in Python-like syntax.
In order to reference a drillhole item in the fltering expression, the proper syntax is to surround the item
name with $( ). For example, item CU is referenced as $(CU). The name must be a valid item name in the
Drillhole View.
The operators used to form the expression are similar to those used in Python. In addition, functions from
the Python math module can be used in the expression.
After applying item flter(s), only the data that passes the fltering criteria will be displayed in the Drillhole
View as shown.
(continued on page 4)
Dec_06_eng_4_pdf.indd 3 11/15/2006 8:19:28 AM
MineSight

Foreground
i
n

t
h
e
December 2006
4
(How to Use Filtering in Drillhole Views in MineSight

3-D v.3.60 continued from page 3)


Display with no fltering applied. Filtering used in this case: Filtering used in this case:
Figure 3
As illustrated in Figure 3, from L - R, the same two drillholes are shown using different fltering criteria. In
all three cases, the intervals are color-coded by CU cutoffs. The interval values shown on the left side of the
drillhole trace are the CU values and the values on the right side are ROCK values. In the drillhole view shown
on the left, no fltering is applied and in that case, all of the intervals in the two drillholes are displayed. The
drillhole view in the middle is fltered to display only those intervals with a CU value greater than .5. Finally,
in the drillhole view on the right, the drillholes are fltered to display only those intervals that have both CU
values greater than .5 and ROCK values equal to 2.
(continued on page 5)
Dec_06_eng_4_pdf.indd 4 11/15/2006 8:19:28 AM
December 2006 5
MineSight

Foreground
i
n

t
h
e
(How to Use Filtering in Drillhole Views in MineSight

3-D v.3.60 continued from page 4)


The following is a list of operators and functions that can be used to build fltering expressions in
MineSight

3-D v.3.60:
Operators Example
Mathematical:
+ addition $(CU) + $(CU2) > 3.0
- subtraction $(CU) - $(CU2) < 0
* multiplication $(CU) * 0.03 > 0.15
** exponential $(XTR1) ** 2 != $(XTR2)
/ division $(RAW)/0.50 > $(AG2)
// foor division ($CU)//1) != 3
% modulus $(ROCK)%10 = 0 displays values equal to 0, 10, 20...
Comparison:
< strictly less than $(CU) < 3.0
<= less than or equal $(CU2) <= 3.0
> strictly greater than $(CU2) > 3.0
>= greater than or equal $(CU2) >= 3.0
= equal $(CU2) = $(CU)
!= not equal $(CU2) != $(CU)
<> not equal (antiquated)
Logical:
or x or y $(MO) > 0.02 or $(CU) > 2.1
and x and y $(cu) > 0 and $(mo) != 0.050
not not x: if x is False, then True, else
False
not $(LNGTH)
Membership in Sequence:
in is a member in a sequence $(IROCK) in (1,3,5)
not in is not a member in a sequence $(ROCK) not in (soft, med)
Indexing:
X[i] A character at position i in an
alpha-numeric value (positions are
counted from 0)
$(RTYPE)[4] = 1
The string ROCK1 will satisfy the above condition
Slicing:
X[i:j] A substring of j characters
starting at position i in an alpha-
numeric value (positions are
counted from 0)
$(RTYPE)(0:4) = ROCK
Any string starting with ROCK will satisfy the above
condition
(continued on page 6)
Functions calls from Python math module:
ceil(x) Return the ceiling of x as a foat.
This is the smallest
integer value >=x.
ceil($(CU)) = 3
fabs(x) Return the absolute value of the foat
x.
fabs($(PITM)) > 3 and fabs($(PITM)) < 3.5
foor(x) Return the foor of x as a foat.
This is the largest integer value <= x.
Dec_06_eng_4_pdf.indd 5 11/15/2006 8:19:29 AM
MineSight

Foreground
i
n

t
h
e
December 2006
6
Accounting/Billing Diane Hanna
Aida Molina
Myrna Azares
acct@mintec.om
Consulting/Projects Fred Fest
Contracts and Shirley Deslauriers
Proposals Ida Cole
Laurie Goble
Friendly Operators Maria Contreras
Celest Montijo

Hotel/Travel Deb St. Aubin
Arrangements
Newsletter Editor Robert Ashbaugh
Training Seminars/ Rudy Moctezuma
Short Courses/
On-Site Training
Training E-mail train@mintec.com
Telephone Numbers
Tucson Offce (Main)
(520) 795-3891
Calgary Offce
(403) 256-4988
Toronto Offce
(705) 735-1015
Vancouver Offce
(604) 681-4547
Chile Offce
56-2-231-3591
Peru Offce
51-1-434-2382
South Africa Offce
27-11-804-0620
Perth Australia Offce
61.08.9389.4446
Tucson Offce (Main)
3544 East Fort Lowell Rd.
Tucson, AZ 85716-1705 USA
Fax: (520) 325-2568 E-mail: market@mintec.
com
Website: http://www.mintec.com
or ftp://ftp.mintec.com
Australia: 1.800.650361
Brazil: 0800.891.4181
Canada: 1.800.548.6337
Chile: 123.0020.2154
Mexico: 001.800.548.6337
Peru: ****
South Africa: 0800-996052
USA: 1.800.533.6337
Chile Technical Support
E-mail: soporte@mintec.cl or contactenos@mintec.cl
Tel: 56.2.365.1924; 1925; 1926
Tucson Technical Support
E-mail: ts@mintec.com
Tel: (520) 326-1860 Fax: (520) 326-1008
Staffed Technical Support Hours
Mon - Fri: 6 a.m. - 6 p.m. (Arizona time)
Extended Hours:
Mon - Fri: 6 p.m. - 9 p.m. Sat - Sun: 8 a.m. - 5 p.m.
Standard support hours are from 6 a.m. to 6 p.m. weekdays. Extended support hours by telephone and E-mail are from 6 p.m. to 9 p.m. Monday through
Friday, and 8 a.m. to 5 p.m. Saturday and Sunday, Arizona Time. Technical support is provided by telephone, E-mail, and Fax. Mintec provides regional
toll-free telephone numbers from several countries for clients to contact the Tucson offce. Using the Mintec website and E-mail attachments, support staff is
able to pass relevant data and information quickly between sites. In-bound and out-bound support E-mail is routed to all support staff in the Tucson offce and
copied to the regional offce. Mintec support is based on a team response model to ensure consistent and timely responses, as support analysts rotate through
training assignments.
Mintec Contacts
How to Reach Us Toll-free Tech Support
Telephone Numbers
Mintec Directory
Functions calls from Python math module:
hypot(x,y) Return the Euclidean distance,
sqrt(x*x + y*y).
log(x) The natural logarithm of x.
log10(x) The base 10 logarithm of x.
modf(x) Return the fractional and integer
parts of x. Both results carry the
sign of x. The integer part is returned
as real.
pow(x,y) Return x**y (x to the power of y).
sqrt(x) Return the square root of x.
Trigonometric function calls:
acos(x) arc cosine (measured in radians) of x.
asin(x) arc sine (measured in radians) of x.
atan(x) arc tangent (measured in radians) of x.
atan2(y/x) arc tangent (measured in radians) of
y/x.
cos(x) cosine of x (measured in radians).
cosh(x) hyberbolic cosine of x.
sin(x) sine of x (measured in radians).
sinh(x) hyberbolic sine of x.
tan(x) tangent of x (measured in radians).
tanh(x) hyberbolic tangent of x.
(How to Use Filtering in Drillhole Views in MineSight

3-D v.3.60 continued from page 5)


Dec_06_eng_4_pdf.indd 6 11/15/2006 8:19:31 AM

Potrebbero piacerti anche