Changes between Version 30 and Version 31 of UvmatHelp


Ignore:
Timestamp:
Jun 2, 2013, 5:49:33 PM (11 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UvmatHelp

    v30 v31  
    4242== 2 Overview of the GUI uvmat.fig ==
    4343=== 2.1 Opening the GUI ===
    44 Type '>>uvmat' in the Matlab prompt to display the GUI. If the function is unknown by Matlab, add the appropriate path (see the Matlab command '>>help path'). When the GUI is opening, the date of last modfication  is displayed in the central window. During opening, the program checks the Matlab path to all the functions of the package (using the function {check_functions.m}). If a function is missing, or if it is overridden by a function with the same name at another path location, a message is  displayed in the central window at the opening of the  GUI '''uvmat.fig'''. Finally, if the svn server is availlable,  the latest version number of the uvmat package is indicated (if line-command version of svn is available).
     44Type '>>uvmat' in the Matlab prompt to display the GUI. If the function is unknown by Matlab, add the appropriate path (see the Matlab command '>>help path'). When the GUI is opening, the date of last modfication is displayed in the central window. During opening, the program checks the Matlab path to all the functions of the package (using the function ''check_functions.m''). If a function is missing, or if it is overridden by a function with the same name at another path location, a message is  displayed in the central window at the opening of the  GUI '''uvmat.fig'''. Finally, if the svn server is availlable,  the latest version number of the uvmat package is indicated (if  a line-command version of svn is available).
    4545
    4646<img55|center>
     
    5353
    5454=== 2.2 The menu bar ===
    55 The menu bar at the top of the GUI contains the following buttons: -'''[Open]''': gives access to the browser for the main input field. Test for instance with any image, or data provided in  [UV_DEMO->105]. Previously opened fields are memorised  in the menu and can be  directly selected again. -*'''[browse...]''': usual file browser -*'''[browse campaign...]''':  scan the data organised as a project/campaign, see [section 3.7->#sec3.7].
    56 
    57 -'''[Open_1] ''': used like '''[Open]''' to select a second field, for comparisons with the main one.
    58 
    59 -'''[Export] ''': used to export the displayed data, either as arrays in the Matlab workspace, either as a figure or a movie (for a succession of views).
    60 
    61 -'''[Projection object] ''': used to create projection objects (points, lines, patches, gridded planes) for data analysis and interpolation
    62 
    63 -'''[Edit] ''': used to edit projection objects or individual vectors in data fields.
    64 
    65 -'''[Tools]''': -*'''[Geometric calibration]''':  for geometric calibration of images -*'''[LIF calibration]''':  calibration of images for Laser Induced Fluorescence -*'''[Make mask]''': for creating mask images (for PIV) -*'''[Make grid]:''': for making measurement grids for PIV -*'''[ruler]''': displays a ruler to measure lengths and angles of any line.
    66 
    67 -'''[Run] ''': -*'''[Field series]''': gives access to the GUI '''series.fig''' for analysis of field series -*'''[PIV(CIV)]''':  gives access to the GUI '''civ.fig''' for Particle Imaging Velocimetry
    68 
    69 -'''[Help] ''': displays the html help file
     55The menu bar at the top of the GUI contains the following buttons:
     56
     57 * '''[Open]''': gives access to the browser for the main input field. 
     58   * '''[browse...]''': open a general file browser ''browser_uvmat''. A path can be directly entered by copy-paste in the upper edit window of the browser. In the list of files, directories are marqued by '+/'.  Select the first line '+/..' to move up in the directory tree, and the arrow <-- to move backward. The dates of file creation can be displayed by pressing the button '''[dates]'''. file ordering by name or date can be chosen by the popumenu above.
     59   * '''[browse campaign...]''':  scan the data organised as a project/campaign, see [wiki:#a3.7Dataorganisationinaproject:section 3.7 section 3.7].
     60   *  Previously opened fields are memorised in the menu and can be  directly selected again.
     61
     62 * '''[Open_1] ''': used like '''[Open]''' to select a second field, for comparisons with the main one.
     63
     64 * '''[Export] ''': used to export the displayed data, either as arrays in the Matlab workspace, either as a figure or a movie (for a succession of views).
     65
     66 * '''[Projection object] ''': used to create projection objects (points, lines, patches, gridded planes) for data analysis and interpolation
     67
     68 * '''[Tools]''':
     69   * '''[Geometric calibration]''' for geometric calibration of images
     70   * '''[LIF calibration]''':  calibration of images for Laser Induced Fluorescence
     71   * '''[Make mask]''': for creating mask images (for PIV)
     72   * '''[Make grid]:''': for making measurement grids for PIV
     73   * '''[ruler]''': displays a ruler to measure lengths and angles of any line.
     74
     75 * '''[Run] ''':
     76   * '''[Field series]''': gives access to the GUI '''series.fig''' for analysis of field series
     77   * '''[PIV(CIV)]''':  gives access to the GUI '''civ.fig''' for Particle Imaging Velocimetry
     78
     79 * '''[Help] ''': displays the html help file
    7080
    7181<doc58|center>