Ignore:
Timestamp:
Jun 2, 2013, 4:01:41 PM (11 years ago)
Author:
sommeria
Message:

bug corrected in time_series, LIF functions introduced (but not in operation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_input.m

    r645 r647  
    1 
    2 %'civ_input': function associated with the interface 'civ_input.fig' for PIV, spline interpolation and stereo PIV (patch)
    3 %------------------------------------------------------------------------
    4 %  provides an interface for the software menucivx
    5 % function varargout = civ_input(varargin)
    6 % provides an interface for the software menucivx
     1%'civ_input': function associated with the GUI 'civ_input.fig' to set the input parameters for civ_series
     2%------------------------------------------------------------------------
     3% function ParamOut = civ_input(Param)
     4%
     5% OUPUT:
     6% ParamOut: Matlab structure containing the parameters set by the GUI civ_input
     7%
     8% INPUT:
     9% Param: Matlab structure containing the input parameters set by the GUI
    710%
    811%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     
    2225%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    2326function varargout = civ_input(varargin)
    24 %TODO: search range
    25 
    26 
    27 % Last Modified by GUIDE v2.5 25-May-2013 12:37:21
    28 % Begin initialization code - DO NOT EDIT
     27
    2928gui_Singleton = 1;
    3029gui_State = struct('gui_Name',       mfilename, ...
Note: See TracChangeset for help on using the changeset viewer.