Changes between Version 41 and Version 42 of WikiStart
- Timestamp:
- Jun 1, 2013, 1:30:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v41 v42 1 == UVMAT : CODE SOURCE REPOSITORY == 1 == UVMAT == 2 UVMAT is a set of Matlab functions and graphic user interfaces for Particle Imaging Velocimetry with tools for scanning images and data files (vectors and scalars in 2D and 3D), geometric calibrations, image pre-processing and analysis of time series. It is designed to favor data management, relying on the standard NetCDF file format and xml documentation files. 2 3 3 In adjonction to the CIVx package, we develop a matlab GUI compatible with the NetCDF velocity fields format, and suitable for processing of temporal series of velocity, concentrations or scalar 2D or 3D fields 4 This free Matlab toolbox (GNU licence) contains a PIV program under Matlab and a graphic user interface to run other programs, like the Correlation Image Velocimetry software CivX. Tools are provided to run programs on a computer cluster with different file administration systems (sge or oar). 4 5 5 6 This free Matlab toolbox contains a graphic user interface to scan and visualize series of images and data fields (vectors and scalars). It provides statistics and various processing for these data. It also contains a graphic user interface to run the Correlation Image Velocimetry software CIVx and analyze its results. … … 7 8 == Prerequisit == 8 9 9 This toolbox requires Matlab, release R 13 or more recent. It can be run with any computer system on which Matlab is installed (in particular Linux and Windows).10 This toolbox requires Matlab, release R 2009 or more recent. It can be run with any computer system on which Matlab is installed (in particular Linux, MacOS and Windows). The image processing toolbox is not requested. 10 11 11 12 == Installation == … … 31 32 Then perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN]. The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/. 32 33 33 === C IV developper installation (advanced users) ===34 === CivX developper installation (Fortran programs for advanced users) === 34 35 35 36 If you also wish to have the last version of CIV and compile it on your machine, please see CivxDevelloperInstallation … … 37 38 == Help and documentation == 38 39 40 == Help and Documentation == 41 39 42 Online help is available at : 40 43 41 44 [http://coriolis.legi.grenoble-inp.fr/spip.php?article72] 42 45 43 A tutorial is available at : 44 45 [http://coriolis.legi.grenoble-inp.fr/spip.php?article105] 46 help is also integrated in the UVMAT package as a .html help file (uvmat_doc.html), but the on-line version is better updated. 46 47 47 48