MainVisTrailsPackages
From VisTrailsWiki
(Difference between revisions)
Line 1: | Line 1: | ||
+ | = Packages distributed with VisTrails = | ||
{| {{Prettytable}} | {| {{Prettytable}} | ||
|- | |- | ||
Line 34: | Line 35: | ||
| Modules utilizing the Image Magick command-line tools. | | Modules utilizing the Image Magick command-line tools. | ||
| ImageMagick | | ImageMagick | ||
- | |||
- | |||
- | |||
- | |||
- | |||
|- | |- | ||
| | | | ||
Line 49: | Line 45: | ||
| Provides plotting functionality through [http://matplotlib.sourceforge.net pylab and matplotlib]. | | Provides plotting functionality through [http://matplotlib.sourceforge.net pylab and matplotlib]. | ||
| pylab | | pylab | ||
+ | |} | ||
+ | |||
+ | = Deprecated Packages = | ||
+ | {| {{Prettytable}} | ||
+ | |- | ||
+ | |{{Hl4}}|'''Deprecated packages''' | ||
+ | |{{Hl4}}|'''Description''' | ||
+ | |{{Hl4}}|'''Package Name''' | ||
+ | |- | ||
+ | | | ||
+ | * Web Services | ||
+ | | Package that uses ZSI library to access Web services. Starting in VisTrails 1.6, the Web Services package will be replaced by SUDS Web Services. | ||
+ | | webServices | ||
|} | |} |
Revision as of 11:01, 8 November 2010
Packages distributed with VisTrails
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 to run some of Afront's functionality. | afront |
| Provides plotting functionality through pylab and matplotlib. | pylab |
Deprecated Packages
Deprecated packages | Description | Package Name |
| Package that uses ZSI library to access Web services. Starting in VisTrails 1.6, the Web Services package will be replaced by SUDS Web Services. | webServices |