Changes between Version 76 and Version 77 of WikiStart


Ignore:
Timestamp:
Jul 3, 2013, 12:42:52 PM (11 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v76 v77  
    1  [[Image(arton3.png)]]
    2 = --- UVMAT --- =                   
     1  [[Image(arton3.png)]]
     2
     3= --- UVMAT --- =
    34UVMAT 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.
    45
     
    67
    78This 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.
    8                                        
    99
    1010== Prerequisit ==
    1111This 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). No additional toolbox from Matlab is requested. The Matlab compiler is however useful to dispatch processing functions on a computer cluster.
    12 -----------------------------
     12
     13----
    1314== Installation ==
    14 The package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
     15Download the .zip archive [[Image(UVMAT_ver659)]]
     16
     17The package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
     18
    1519 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files
    1620 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc)
     21
    1722An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version.
    1823
    1924A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat.
    2025
    21 The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster. After proper editing, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates. 
     26The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster. After proper editing, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates.
    2227
    2328Finally the archive contains binary files compiled from the Fortran programs ''CivX''. This is not mandatory as it is now replaced by Matlab functions within uvmat. These binaries depend on the operating system, unlike the Matlab toolboxes, so that archives are provided for different systems. To recompile these programs, see CivxDevelloperInstallation.
    24  
     29
    2530=== Windows installation ===
    2631Extract the following archive [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits].
     
    3944=== CivX developper installation (Fortran programs for advanced users) ===
    4045If you also wish to have the last version of CIV and compile it on your machine, please see CivxDevelloperInstallation
    41 ----------------------------------
     46
     47----
    4248== Help and documentation ==
    4349Online help is available at UvmatHelp.
     
    4854 * [wiki:"Tutorial: projection objects" Tutorial: projection objects]
    4955
    50  * [wiki:"Tutorial: geometric calibration"]
     56 * [wiki:"Tutorial: geometric calibration" Tutorial: geometric calibration]
    5157
    52  * [wiki:"Tutorial: processing image series"]
     58 * [wiki:"Tutorial: processing image series" Tutorial: processing image series]
    5359
    54  * [wiki:"Tutorial: Particle Image Velocimetry"]
     60 * [wiki:"Tutorial: Particle Image Velocimetry" Tutorial: Particle Image Velocimetry]
    5561
    56  * [wiki:"Tutorial: displacement measured by image correlation"]
     62 * [wiki:"Tutorial: displacement measured by image correlation" Tutorial: displacement measured by image correlation]