Changes between Version 15 and Version 16 of Examples/Brain


Ignore:
Timestamp:
04/11/17 15:06:24 (7 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Brain

    v15 v16  
    130130
    131131== Prototyping the Movie
    132 The final movie is generate by controlling the rendering process in !ParaView via a Python-script (pvpython). Before this is done, we need to identify good camera positions for camera flights, proper color- and opacity-tables, maybe a volume of interest and so on.
     132The final movie is generate by controlling the rendering process in !ParaView via a Python-script (pvpython). Before this can be done, we need to identify good camera positions for camera flights, proper color- and opacity-tables, maybe a volume of interest, and so on.
    133133
    134134To find out the necessary parameters, the data can be loaded and examined with the normal !ParaView GUI first. Within the GUI the user can interactively adjust camera positions, color tables, and so on, in a very conveniant way. The obtained parameters can later be used in the final Python-script.\\
    135 While prototyping the movie, it is also very helpful to open the Python-Trace window of !ParaView, where most parameter changes (interactively made in the GUI) are shown as Python commands. These commands can, with little changes, be used in the final Python script for the production of the movie.
     135While prototyping the movie, it is also very helpful to open the Python-Trace window of !ParaView, where most parameter changes (interactively made in the GUI) are shown as Python commands. These commands can, with minor changes, be used in the final Python script for the production of the movie.
    136136
    137137== Generating the Movie with Python Scripting