Changes between Version 7 and Version 8 of ProcessingOutput


Ignore:
Timestamp:
12/15/13 01:07:49 (10 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProcessingOutput

    v7 v8  
    55 
    66== Visualization with VtkMapper == 
    7 [https://github.com/PBrockmann/VTK_Mapper VTKmapper] is available under the CeCILL open source license. It allows efficient, basic visualization on the native mesh : 
     7[https://github.com/PBrockmann/VTK_Mapper VTKmapper] is available under the CeCILL open source license. It is written in Python and requires [http://code.google.com/p/netcdf4-python/ python-netcdf4] as well as the NetCDF and VTK libraries.  
     8These prerequisites should be easily available on Linux systems. On a recent MacOS they can be installed using macports (Python 2.7 assumed below) : 
     9{{{ 
     10sudo port selfupdate 
     11sudo port select --set python python27 
     12sudo port install py-netcdf4 
     13sudo port install vtk5 +python27 
     14}}} 
     15 
     16VTKMapper allows efficient, basic visualization on the native mesh : 
    817{{{ 
    918mapper.py -n 100 -p orthographic ps.nc ps