Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- Jan 17, 2011, 3:58:09 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 2 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 Quick browsing5 6 * Prerequisit, p17 * Installation, p18 * Documentation, p19 4 10 5 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. … … 17 12 18 13 Before downloading the latest version of UVMAT, extract one of the following archives depending on your architecture 19 * [http://coriolis.legi.grenoble-inp.fr/IMG/ zip/uvmat_include_win32-tar.zipwindows 32 bits]20 * [http://coriolis.legi.grenoble-inp.fr/IMG/ gz/uvmat_empty_mac32_-tar.gz mac 32 bits]21 * [http://coriolis.legi.grenoble-inp.fr/IMG/ gz/uvmat_include_linux32-tar.gz linux 32 bits]22 * [http://coriolis.legi.grenoble-inp.fr/IMG/ gz/uvmat_include_linux64-tar.gz linux 64 bits]14 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits] 15 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_empty_mac32.tgz mac 32 bits] 16 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux32.tgz linux 32 bits] 17 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz linux 64 bits] 23 18 24 19 Then perform a checkout in this directory. … … 26 21 {{{svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/}}} 27 22 28 The following file structure should be obtained at the end : 23 ==Help and documentation== 29 24 30 {{{ 31 bin/ 25 Online help is available at : 26 27 [http://coriolis.legi.grenoble-inp.fr/spip.php?article72] 28 29 ==Contents== 30 31 The following file structure should be obtained after a correct installation : 32 33 34 {{bin}} 32 35 calc_field.m 33 36 cell2tab.m … … 91 94 RUN_FIX.m 92 95 RUN_STLIN.m 93 series 96 {{series}} 94 97 series.fig 95 98 series.m … … 105 108 sub_field.m 106 109 test_netcdf.m 107 toolbox_calib 108 transform_field 110 {{toolbox_calib}} 111 {{transform_field}} 109 112 translate_points.fig 110 113 translate_points.m … … 119 122 view_field.m 120 123 write_plot_param.m 121 XML_SCHEMAS 122 @xmltree 123 }}} 124 {{XML_SCHEMAS}} 125 {{@xmltree}} 126 124 127 125 128