Difference between revisions of "MainVisTrailsPackages"

From VistrailsWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Packages distributed with VisTrails =
{| {{Prettytable}}
{| {{Prettytable}}
|-
|-
Line 29: Line 30:
| 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
|-
|
* SciPy (Deprecated, use NumSciPy instead)
| Modules wrapping some of the functionality provided by the Scientific Python package.  As this package is large, it is not yet fully wrapped. 
| 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
|-
|-
|
|
Line 44: Line 35:
| Modules utilizing the Image Magick command-line tools.
| Modules utilizing the Image Magick command-line tools.
| ImageMagick
| ImageMagick
|-
|
* Web Services
| Modules capable of taking advantage of existing web services used outside the VisTrails environment
| webServices
|-
|-
|
|
Line 59: 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. The package and old example files are available here:
{{zip
|link=http://www.vistrails.org/images/ZSI_Web_Services.zip
|text=ZSI_Web_Services.zip}}
| webServices
|}
|}

Latest revision as of 19:38, 7 January 2011

Packages distributed with VisTrails

Core Packages as of Mar. 12 2007 Description Package Name
  • Basic Modules
Basic module types. These modules consist of value placeholders (Float, Integer, etc) and general workflow manipulation (stdout, File Writing, etc) Automatically Included
  • VTK
Kitware's Visualization ToolKit wrapped for use in VisTrails vtk
  • Spreadsheet
Spreadsheet modules for use in visualization workflows. spreadsheet
  • HTTP
Modules capable of accessing files via HTTP and using them as if they were locally stored. HTTP
  • Python Calculator
A basic set of modules intended to demonstrate how to create new packages for use in VisTrails pythonCalc
  • Image Magick
Modules utilizing the Image Magick command-line tools. ImageMagick
  • afront
Modules to run some of Afront's functionality. afront
  • pylab
Provides plotting functionality through pylab and matplotlib. pylab

Deprecated Packages

Deprecated packages Description 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. The package and old example files are available here:

Zip.gif ZSI_Web_Services.zip


webServices