DataVaultXVSutils: Utility programs for the visualization of Cactus Data with DataVault and xvs Author: Thomas Radke (tradke@aei.mpg.de) Version: $Id$) Purpose: This software package provides two visualization client programs which read Cactus data output files and send their contents to a visualization server: - hdf5todv A utility program which reads an HDF5 datafile and sends its selected datasets in SDF format to a DataVault visualization server. Both PUGH and Carpet HDF5 output files are supported. - ascii1Dtoxvs.pl A perl script which reads 1D output files in ASCII format and sends them to an xvs visualization server. Both gnuplot and xgraph/ygraph output files are supported. For a demonstration of how to use the data import modules, this package also provides some example visualization networks (in net/) along with a sample Cactus HDF5 output file of a WaveToy binary source evolution (in data/). For more information on how to visualize Cactus output with DataVault and xvs please refer to the Cactus online documentation http://www.cactuscode.org/Visualization/DataVaultXVS ################################################################################ # The software in this package is copyright (c) 2004 # # by Thomas Radke (tradke@aei.mpg.de). # # # # This software is free software; you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation; either version 2 of the License, or # # (at your option) any later version. # # # # This software is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # In addition to the conditions in the GNU General Public License, # # the authors strongly suggest using this software for non-military # # purposes only. # # # # You should have received a copy of the GNU General Public License # # along with this software; see the file COPYING. If not, write to # # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # # Boston, MA 02111-1307, USA. # # # ################################################################################