You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sextante/help/_sources/modeler.txt
+6-5
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ the modeler window:
62
62
- Boolean value
63
63
64
64
Double-clicking on any of them, a dialog is shown to define its
65
-
caracteristics. Depending on the parameter itself, the dialog will
65
+
characteristics. Depending on the parameter itself, the dialog will
66
66
contain just one basic element (the description, which is what the user
67
67
will see when executing the model) or more of them. For instance, when
68
68
adding a numerical value, as it can be seen in the next figure, apart
@@ -97,7 +97,7 @@ To add an algorithm, double-click on its name. An execution dialog will
97
97
appear, with a content similar to the one found in the execution panel
98
98
that SEXTANTE shows when executing the algorithm from the toolbox. the
99
99
one shown next correspond to the SAGA convergence index algorithm, the
100
-
same one we saw in the section dedicated to the SEXTANTe toolbox.
100
+
same one we saw in the section dedicated to the SEXTANTE toolbox.
101
101
102
102
.. figure:: models_parameters4.png
103
103
:align: center
@@ -114,7 +114,7 @@ you supply will be the description for the output, which will be the one
114
114
the user will see when executing the model.
115
115
116
116
Selecting the value of each parameter is also a bit different, since
117
-
there are importante differences between the context of the modeler and
117
+
there are important differences between the context of the modeler and
118
118
the toolbox one. Let's see how to introduce the values for each type of
119
119
parameter.
120
120
@@ -154,7 +154,8 @@ Elements can be dragged to a different position within the canvas, to
154
154
change the way the module structure is displayed and make it more clear
155
155
and intuitive. Links between elements are update automatically.
156
156
157
-
You can run your algorithm anytime clicking on the *Run* button. However, in order to use it from the toolbox, it has to be saved and the modeler dialog closed, to allow the toolbox to refresh its contents.
157
+
You can run your algorithm anytime clicking on the *Run* button. However,
158
+
in order to use it from the toolbox, it has to be saved and the modeler dialog closed, to allow the toolbox to refresh its contents.
158
159
159
160
Saving and loading models
160
161
-------------------------
@@ -217,7 +218,7 @@ if the number of output layers cannot be know in advance), then it is
217
218
not possible to use it within a model, and thus does not appear in the
218
219
list of them that you can find in the modeler dialog.
219
220
220
-
Additionaly, you will see some algorithms in the modeler that are not
221
+
Additionally, you will see some algorithms in the modeler that are not
221
222
found in the toolbox. This algorithms are meant to be used exclusively
222
223
as part of a model, and they are of no interest in a different context.
223
224
The *Calculator* algorithm is an example of that. It is just a simple
0 commit comments