An overview of the Math toolset in Image Analyst

Disponible con una licencia de Spatial Analyst.

Disponible con licencia de Image Analyst.

El conjunto de herramientas Matemática contiene herramientas que realizan operaciones matemáticas en rásteres.

The tools are grouped into four main categories:

  • Math

    The tools at the top level of the math toolset perform basic mathematical operations on rasters in the following categories: Arithmetic, Power, Exponential, and Logarithmic. Also included are tools that alter the sign of the raster values, as well as those involved in converting the values between integer and floating point.

  • Conditional

    The Conditional math toolset allows you to control the output values based on the conditions placed on the input values.

  • Logical

    The Logical math toolset contains tools for performing logical evaluations on rasters in the following categories: Bitwise, Boolean, Combinatorial, Relational, and Conditional.

  • Trigonometric

    The Trigonometric math toolset contains tools for trigonometric calculations in several categories: Regular, Inverse, Hyperbolic, and Inverse Hyperbolic.

Licencia:

The Math tools are also available if you have a Spatial Analyst extension license.

Certain Math tools are also available with a 3D Analyst extension license. These tools are: Divide, Float, Int, Minus, Plus, and Times.

The following table lists the available Math toolsets and provides a brief description of each.

ToolDescription

General Math toolset

The general Math tools apply a mathematical function to the input. These tools fall into several categories. The arithmetic tools perform basic mathematical operations, such as addition and multiplication. There are tools that perform various types of exponentiation operations, which includes exponentials and logarithms in addition to the basic power operations. The remaining tools are used either for sign conversion or for conversion between integer and floating point data types.

Conditional Math toolset

The Conditional Math tools allow you to control the output values based on the conditions placed on the input values. The conditions that can be applied are of two types, those being either queries on the attributes or a condition based on the position of the conditional statement in a list.

Logical Math toolset

The Logical Math tools evaluate the values of the inputs and determine the output values based on a defined logic. The tools are grouped into four main categories: Bitwise, Boolean, Combinatorial, Logical, and Relational.

Trigonometric Math toolset

Trigonometric Math tools perform various trigonometric calculations on the values in an input raster.

The Math toolsets

The general Math tools

The following applies only to the tools at the top level of this toolset. For more details on the others, go to the appropriate sections for the Conditional, Logical and Trigonometric mathematical operations.

Las herramientas de Matemática general aplican una función matemática a la entrada. Estas herramientas se dividen en varias categorías. Las herramientas aritméticas realizan operaciones matemáticas básicas, como adición y multiplicación. Existen herramientas que realizan varios tipos de operaciones de potenciación, incluidas las operaciones exponenciales y logarítmicas además de las operaciones de potencia básicas. Las herramientas restantes se utilizan para la conversión de signos o para la conversión entre tipos de datos enteros y de punto flotante.

Certain tools require two inputs:

  • Arithmetic: Plus, Minus, Times, Divide, Mod (modulus)
  • Power: Power

While other tools only need a single input:

  • Exponential: Exp, Exp2, Exp10
  • Logarithmic: Ln, Log2, Log10
  • Power: Square, Square Root
  • Sign: Abs, Negate
  • Type conversion: Float, Int, Round Down, Round Up

The following table lists the available general Math tools and provides a brief description of each:

ToolDescription

Abs

Calcula el valor absoluto de las celdas de un ráster.

Divide

Divide los valores de dos rásteres celda por celda.

Exp

Calcula el exponencial en base e de las celdas de un ráster.

Exp10

Calcula el exponencial en base 10 de las celdas de un ráster.

Exp2

Calcula el exponencial en base 2 de las celdas de un ráster.

Float

Convierte el valor de cada celda de un ráster en una representación con punto flotante.

Int

Convierte cada valor de celda de un ráster a un entero mediante truncamiento.

Ln

Calcula el logaritmo natural (base e) de las celdas en un ráster.

Log10

Calcula el logaritmo base 10 de las celdas en un ráster.

Log2

Calcula el logaritmo base 2 de las celdas en un ráster.

Minus

Resta el valor del segundo ráster de entrada al valor del primer ráster de entrada celda por celda.

Mod

Determina el resto (módulo) del primer ráster cuando se divide por el segundo ráster celda por celda.

Negate

Cambia el signo (multiplica por -1) de los valores de celda del ráster de entrada celda por celda.

Plus

Agrega (suma) los valores de dos rásteres celda por celda.

Power

Eleva los valores de celda de un ráster a la potencia de los valores encontrados en otro ráster.

Round Down

Devuelve el valor entero inmediatamente más bajo, representado como un punto flotante, con cada celda de un ráster.

Round Up

Devuelve el valor entero inmediatamente más alto, representado como un punto flotante, con cada celda de un ráster.

Square

Calcula el cuadrado de los valores de celda de un ráster.

Square Root

Calcula la raíz cuadrada de los valores de celda de un ráster.

Times

Multiplica los valores de dos rásteres celda por celda.

Tools in the general Math toolset

Temas relacionados


En este tema
  1. The general Math tools