.

El administrador del historial

El historial del procesamiento

Cada vez que ejecutas un algoritmo, la información acerca del proceso es almacenado en el administrador de la historia. Junto con los parámetros usados, la fecha y hora de la ejecución también se guardan.

This way, it is easy to track and control all the work that has been developed using the processing framework, and easily reproduce it.

El administrador del historial es un conjunto de entradas de registros agrupados de acuerdo a su fecha de ejecución, por lo que es más fácil encontrar información sobre un algoritmo ejecutado en cualquier momento en particular.

Figure Processing 30:

../../../_images/history2.png

Historial win

Información del proceso se mantiene como una expresión de línea de comandos, incluso si el algoritmo fue lanzado desde la caja de herramientas. Esto hace que sea también útil para aquellos que están aprendiendo cómo utilizar la interfaz de línea de comandos, ya que se pueden llamar un algoritmo usando la caja de herramientas y compruebe el administrados del historial para ver cómo ese mismo algoritmo podría ser llamado desde la línea de comandos.

Parte de la navegación por las entradas en el registro, también puede volver a ejecutar los procesos al hacer doble clic en la entrada correspondiente.

Along with recording algorithm executions, the processing framework communicates with the user by means of the other groups of the registry, namely Errors, Warnings and Information. In case something is not working properly, having a look at the Errors might help you to see what is happening. If you get in contact with a developer to report a bug or error, the information in that group will be very useful for her or him to find out what is going wrong.

Third-party algorithms are usually executed by calling their command-line interfaces, which communicate with the user via the console. Although that console is not shown, a full dump of it is stored in the Information group each time you run one of those algorithms. If, for instance, you are having problems executing a SAGA algorithm, look for an entry named ‘SAGA execution console output’ to check all the messages generated by SAGA and try to find out where the problem is.

Some algorithms, even if they can produce a result with the given input data, might add comments or additional information to the Warning block if they detect potential problems with the data, in order to warn you. Make sure you check those messages if you are having unexpected results.