beautypg.com

Comp compabs cos, Comp, Compabs – Ocean Optics Jaz Scripting Language and Scripting Engine User Manual

Page 29

background image

6: Functions Reference

013-RD000-000-12- 201010

21

Comp

Syntax:

Comp(A,B,C)

Arguments

Name

Type

Special Considerations

A

Spectral

B

Spectral

C

Real variable

C = Sum(Ai - Bi)

Intent:

Compute the sum of the pixel value differences of A and B and store in C.

Compabs

Syntax: CompAbs(A,B,C)
Arguments

Name

Type

Special Considerations

A

Spectral

B

Spectral

C

Real variable

C = Sum( Abs(Ai - Bi) )

Intent:

Compute the sum of the absolute values of the pixel values of A and B and store in C.

COS

Syntax: Cos(A,B)