Difference between revisions of "SciVisFall2008/Assignment 0"

From VistrailsWiki
Jump to navigation Jump to search
m
Line 32: Line 32:
=== Problem 4: parameter exploration ===
=== Problem 4: parameter exploration ===


translate the C++ VTK source code
=== Problem 5: matplotlib ===
into a Vistrails/VTK pipeline
 
2) locate the only version in the file
that has a module X connected to a module
Y.
 
Note that there are many versions in the
vistrail. You should use the

Revision as of 19:07, 8 September 2008

Problem 1: query by tag, execute, annotate, query by example and prune history

To make sure you know how to search versions in the history tree of Vistrails do the following simple task:

1) In the History view locate the version tagged "EX1". Execute this version and annotate it with the name that appears in the visualization.

2) Query by Example Delaunay

Problem 2: pipeline from an image

From the root version on the history tree design a pipeline to reproduce the image below.

Tag the version with the resulting pipeline with label "Problem 2".

Problem2.png

Problem 3: pipeline from C++ code

Starting from the root version on the history tree design a pipeline that is equivalent to the C++ source contQuad.cxx.

Tag the version of the resulting pipeline with label "Problem 3".

Problem 4: parameter exploration

Problem 5: matplotlib