Difference between revisions of "MainVisTrailsPackages"
Jump to navigation
Jump to search
(New page: {| {{Prettytable}} |- |{{Hl4}}|'''Core Packages as of Mar. 12 2007''' |{{Hl4}}|'''Description''' |{{Hl4}}|'''Package Name''' |- | * Basic Modules | Basic module types. These modules cons...) |
|||
Line 34: | Line 34: | ||
| Modules wrapping some of the functionality provided by the Scientific Python package. As this package is large, it is not yet fully wrapped. | | Modules wrapping some of the functionality provided by the Scientific Python package. As this package is large, it is not yet fully wrapped. | ||
| SciPy | | SciPy | ||
|- | |||
| | |||
* NumSciPy | |||
| Modules wrapping the functionality provided by the Numerical and Scientific Python packages (numpy and scipy). Not all functionality is currently wrapped, but additional methods are continually being added. Note: This package is meant to replace the SciPy package (above). It is currently distributed in the VisTrails Source version, but can be downloaded from the user-generated package list. | |||
| NumSciPy | |||
|- | |- | ||
| | | |
Revision as of 16:34, 5 June 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 wrapping some of the functionality provided by the Scientific Python package. As this package is large, it is not yet fully wrapped. | SciPy |
|
Modules wrapping the functionality provided by the Numerical and Scientific Python packages (numpy and scipy). Not all functionality is currently wrapped, but additional methods are continually being added. Note: This package is meant to replace the SciPy package (above). It is currently distributed in the VisTrails Source version, but can be downloaded from the user-generated package list. | NumSciPy |
|
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 |