-
Notifications
You must be signed in to change notification settings - Fork 0
UI: Calculation Editor
An editor to create or edit calculations.

To create a calculation press the New Calculation button. In the dialog box that is displayed write the calculation name and press ok. The editor gets open on the right side of the page.
You need to choose:
- the name of the result map (the map calculated by the calculation). Initially the name of the result map is the same as the name of the calculation.
- an operation mode (union or intersection) which applies to all functions of the calculation.
Then you need to write the formula's text in the Enter the formula text box.
The maps that the formula can contain are in the list box on the left side
The possible functions are in the list box on the left side.
Selecting a map name in the list box on the left and pressing Add map (or double-clicking the map name), the map name is copied in the text box in the cursor position.
Functions function name in the list box on the right can be searched by name (Search box, only some letters of the name can be used) or by category: selecting a category only the functions with that category (math, logical...) will be displayed. Selecting the empty category shows all functions.
Selecting a function name in the list box on the right and pressing Add function (or double-clicking the function name), the function name is copied in the text box in the cursor position, together with placeholders for its argument.
To store the edited calculation, press the Store Calculation button on the bottom right.