Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
Jan 13, 2011, 5:02:14 PM (13 years ago)
Author:
gostiaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    1212== Prerequisit ==
    1313
    14 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). The image processing toolbox of Matlab provides useful complements but is not mandatory. To read velocity fields provided by the CIVx software, an additional toolbox for reading and writting netcdf files must be installed. It can be freely downloaded from sourceforge .
     14This 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).
    1515
    1616== Installation ==
    1717
    18 Download the following archive and expend it into a directory UVMAT. Details for installation are provided by the text file README_INSTALL.txt in this directory. For performing PIV computations, binary files must be also downloaded from CIVx.
     18Before downloading the latest version of UVMAT, extract one of the following archives depending on your architecture
     19* [http://coriolis.legi.grenoble-inp.fr/IMG/gz/uvmat_empty_win32_-tar.gz windows 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_empty_linux32_-tar.gz linux 32 bits]
     22* [http://coriolis.legi.grenoble-inp.fr/IMG/gz/uvmat_empty_linux64_-tar.gz linux 64 bits]
    1923
    20 == SVN server ==
    21 
    22 [wiki:svnhowto]
     24Then perform a checkout in this directory.
    2325
    2426svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src
    2527
     28The following file structure should be obtained at the end :
     29
     30{{{
     31calc_field.m             get_plot_handles.m   proj_grid.m            stra2num.m
     32cell2tab.m               griddata_uvmat.m     px_XYZ.m               struct2nc.m
     33check_field_structure.m  hist_update.m        read_civxdata.m        struct2nc_toolbox.m
     34check_functions.m        imadoc2struct.m      read_geometry_calib.m  struct2xml.m
     35civ_3D.fig               interp2_uvmat.m      read_get_field.m       sub_field.m
     36civ_3D.m                 keyboard_callback.m  read_imatext.m         test_netcdf.m
     37civ.fig                  ListDir.m            README_INSTALL.txt     toolbox_calib
     38civ.m                    mouse_down.m         read_plot_param.m      transform_field
     39close_fig.m              mouse_motion.m       read_set_object.m      translate_points.fig
     40copyfields.m             mouse_up.m           read_xls.m             translate_points.m
     41create_grid.fig          msgbox_uvmat.fig     reinit.m               update_imadoc.m
     42create_grid.m            msgbox_uvmat.m       rotate_points.fig      update_menu.m
     43dataview.fig             name2display.m       rotate_points.m        update_obj.m
     44dataview.m               name_generator.m     RUN_FIX.m              update_waitbar.m
     45delete_object.m          nc2struct.m          RUN_STLIN.m            uvmat_doc
     46editxml.fig              nc2struct_toolbox.m  series                 uvmat.fig
     47editxml.m                nomtype2pair.m       series.fig             uvmat.m
     48find_field_indices.m     num2stra.m           series.m               view_field.fig
     49geometry_calib.fig       PARAM.xml            set_col_vec.m          view_field.m
     50geometry_calib.m         peaklock.m           set_grid.fig           write_plot_param.m
     51get_field                plot_field.m         set_grid.m             XML_SCHEMAS
     52get_field.fig            plot_object.m        set_object.fig         @xmltree
     53get_field.m              proj_field.m         set_object.m
     54}}}
     55
    2656
    2757Louis Gostiaux