Difference between revisions of "MainVisTrailsPackages"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
| A basic set of modules intended to demonstrate how to create new packages for use in VisTrails | | A basic set of modules intended to demonstrate how to create new packages for use in VisTrails | ||
| pythonCalc | | pythonCalc | ||
|- | |- | ||
| | | |
Revision as of 19:33, 15 July 2008
Core Packages as of Mar. 12 2007 | Description | Package Name |
|
Basic module types. These modules consist of value placeholders (Float, Integer, etc) and general workflow manipulation (stdout, File Writing, etc) | Automatically Included |
|
Kitware's Visualization ToolKit wrapped for use in VisTrails | vtk |
|
Spreadsheet modules for use in visualization workflows. | spreadsheet |
|
Modules capable of accessing files via HTTP and using them as if they were locally stored. | HTTP |
|
A basic set of modules intended to demonstrate how to create new packages for use in VisTrails | pythonCalc |
|
Modules utilizing the Image Magick command-line tools. | ImageMagick |
|
Modules capable of taking advantage of existing web services used outside the VisTrails environment | webServices |
|
Modules to run some of Afront's functionality. | afront |
|
Provides plotting functionality through pylab and matplotlib. | pylab |