Index: /trunk/src/fill_GUI.m
===================================================================
--- /trunk/src/fill_GUI.m	(revision 810)
+++ /trunk/src/fill_GUI.m	(revision 811)
@@ -2,5 +2,5 @@
 % -----------------------------------------------------------------------
 % function errormsg=fill_GUI(Param,GUI_handle)
-% OUPUT:
+% OUTPUT:
 % errormsg: error message, ='' by default
 %
Index: /trunk/src/fullfile_uvmat.m
===================================================================
--- /trunk/src/fullfile_uvmat.m	(revision 810)
+++ /trunk/src/fullfile_uvmat.m	(revision 811)
@@ -7,12 +7,12 @@
 %------------------------------------------------------------------------
 % OUTPUT:
-% filename: string representing the full file name (including path)
-%------------------------------------------------------------------------
+%  filename: string representing the full file name (including path)
+%
 % INPUT:
-%RootPath: path to the base file
-%SubDir: name of the SubDirectory for netcdf files (relevant for NomTypes with index pairs 1-2 or ab )
-%RootFile: FileName without appendix
-%FileExt: file extension
-%NomType: char chain characterizing the file nomenclature, made as
+%  RootPath: path to the base file
+%  SubDir: name of the SubDirectory for netcdf files (relevant for NomTypes with index pairs 1-2 or ab )
+%  RootFile: FileName without appendix
+%  FileExt: file extension
+%  NomType: char chain characterizing the file nomenclature, made as
 %   nom_type='': constant name [filebase ext] (default output if 'nom_type' is undefined)
 %   nom_type='*':constant name for a file representing a series (e.g. avi movie)
@@ -27,11 +27,11 @@
 %   nom_type='_1_ab','1_ab','01_ab'..., from pairs of '#' images
 %   (e.g.'aa045bc.nc'), ext='.nc'
-%i1: first number i
-%i2: second number i (only for .nc files)
-%j1: first number j
-%j2: second number j (only for .nc files)
-%------------------------------------------------------------------------
-%related functions:
-% fileparts_uvmat, num2stra, stra2num.
+%  i1: first number i
+%  i2: second number i (only for .nc files)
+%  j1: first number j
+%  j2: second number j (only for .nc files)
+%
+% RELATED FUNCTIONS:
+%  fileparts_uvmat, num2stra, stra2num.
 
 %=======================================================================
Index: /trunk/src/get_field.m
===================================================================
--- /trunk/src/get_field.m	(revision 810)
+++ /trunk/src/get_field.m	(revision 811)
@@ -4,5 +4,5 @@
 % associated with the GUI get_field.fig
 %
-% OUPUT:
+% OUTPUT:
 % GetFieldData: structure containing the information on the selected
 %      fields, obtained by applying the fct red_GUI to the GUI get_field
Index: /trunk/src/phys_XYZ.m
===================================================================
--- /trunk/src/phys_XYZ.m	(revision 810)
+++ /trunk/src/phys_XYZ.m	(revision 811)
@@ -136,5 +136,5 @@
 %'px_XYZ': transform phys coordinates to image coordinates (px)
 %
-% OUPUT:
+% OUTPUT:
 % X,Y: array of coordinates in the image cooresponding to the input physical positions 
 %                    (origin at lower leftcorner, unit=pixel)
Index: /trunk/src/plot_field.m
===================================================================
--- /trunk/src/plot_field.m	(revision 810)
+++ /trunk/src/plot_field.m	(revision 811)
@@ -14,10 +14,10 @@
 % function [PlotType,PlotParamOut,haxes]= plot_field(Data,haxes,PlotParam,PosColorbar)
 %
-% OUPUT:
+% OUTPUT:
 % PlotType: type of plot: 'text','line'(curve plot),'plane':2D view,'volume'
 % PlotParamOut: structure, representing the updated  plotting parameters, in case of automatic scaling
 % haxes: handle of the plotting axis, when a new figure is created.
 %
-%INPUT
+% INPUT:
 %    Data:   structure describing the field to plot 
 %         (optional) .ListGlobalAttribute: cell listing the names of the global attributes
Index: /trunk/src/struct2nc.m
===================================================================
--- /trunk/src/struct2nc.m	(revision 810)
+++ /trunk/src/struct2nc.m	(revision 811)
@@ -3,5 +3,5 @@
 % errormsg=struct2nc(flname,Data)
 %
-% OUPUT:
+% OUTPUT:
 % errormsg=error message, =[]: default, no error
 %
Index: /trunk/src/struct2nc_toolbox.m
===================================================================
--- /trunk/src/struct2nc_toolbox.m	(revision 810)
+++ /trunk/src/struct2nc_toolbox.m	(revision 811)
@@ -3,9 +3,9 @@
 % errormsg=struct2nc_toolbox(flname,Data)
 %
-%OUPUT:
-%errormsg=error message, =[]: default, no error
+% OUTPUT:
+% errormsg=error message, =[]: default, no error
 %
-%INPUT:
-%flname: name of the netcdf file to create (must end with the extension '.nc')
+% INPUT:
+% flname: name of the netcdf file to create (must end with the extension '.nc')
 %  Data: structure containing all the information of the netcdf file (or netcdf object)
 %           with fields:
Index: /trunk/src/sub_field.m
===================================================================
--- /trunk/src/sub_field.m	(revision 810)
+++ /trunk/src/sub_field.m	(revision 811)
@@ -9,5 +9,5 @@
 % function SubData=sub_field(Field,XmlData,Field_1)
 %
-% OUPUT: 
+% OUTPUT: 
 % SubData: structure representing the resulting field
 %
Index: /trunk/src/tps_coeff.m
===================================================================
--- /trunk/src/tps_coeff.m	(revision 810)
+++ /trunk/src/tps_coeff.m	(revision 811)
@@ -14,16 +14,16 @@
 % [U_smooth,U_tps]=tps_coeff(ctrs,U,Smoothing)
 %------------------------------------------------------------------------
-% OUPUT:
-% U_smooth: values of the quantity U at the N centres after smoothing
-% U_tps: tps weights of the centres and columns of the linear
+% OUTPUT:
+%  U_smooth: values of the quantity U at the N centres after smoothing
+%  U_tps: tps weights of the centres and columns of the linear
 
-%INPUT:
-% ctrs: NxNbDim matrix  representing the positions of the N centers, sources of the tps (NbDim=space dimension)
-% U: Nx1 column vector representing the values of the considered scalar measured at the centres ctrs
-% Smoothing: smoothing parameter: the result is smoother for larger Smoothing.
+% INPUT:
+%  ctrs: NxNbDim matrix  representing the positions of the N centers, sources of the tps (NbDim=space dimension)
+%  U: Nx1 column vector representing the values of the considered scalar measured at the centres ctrs
+%  Smoothing: smoothing parameter: the result is smoother for larger Smoothing.
 %
-%related functions:
-% tps_eval, tps_eval_dxy
-% tps_coeff_field, set_subdomains, filter_tps, calc_field
+% RELATED FUNCTIONS:
+%  tps_eval, tps_eval_dxy
+%  tps_coeff_field, set_subdomains, filter_tps, calc_field
 
 %=======================================================================
Index: /trunk/src/tps_eval.m
===================================================================
--- /trunk/src/tps_eval.m	(revision 810)
+++ /trunk/src/tps_eval.m	(revision 811)
@@ -4,17 +4,17 @@
 % function EM = tps_eval(dsites,ctrs)
 %------------------------------------------------------------------------
-% OUPUT:
-% EM:  Mx(N+s) matrix representing the contributions at the M sites 
+% OUTPUT:
+%  EM:  Mx(N+s) matrix representing the contributions at the M sites 
 %   from unit sources located at each of the N centers, + (s+1) columns
 %   representing the contribution of the linear gradient part.
 %  use : U_interp=EM*U_tps
 %
-%INPUT:
-%dsites:  Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension
-%ctrs: Nxs matrix  representing the postions of the N centers, sources of the tps,
+% INPUT:
+%  dsites:  Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension
+%  ctrs: Nxs matrix  representing the postions of the N centers, sources of the tps,
 %
-% related functions:
-% tps_coeff, tps_eval_dxy
-% tps_coeff_field, set_subdomains, filter_tps, calc_field
+% RELATED FUNCTIONS:
+%  tps_coeff, tps_eval_dxy
+%  tps_coeff_field, set_subdomains, filter_tps, calc_field
 
 %=======================================================================
Index: /trunk/src/tps_eval_dxy.m
===================================================================
--- /trunk/src/tps_eval_dxy.m	(revision 810)
+++ /trunk/src/tps_eval_dxy.m	(revision 811)
@@ -4,16 +4,16 @@
 %------------------------------------------------------------------------
 % OUTPUT:
-%     DMX: Mx(N+3) matrix representing the contributions to the X
-%     derivatives at the M sites from unit sources located at each of the N
-%     centers, + 3 columns representing the contribution of the linear gradient part.
-%     DMY: idem for Y derivatives
+%  DMX: Mx(N+3) matrix representing the contributions to the X
+%  derivatives at the M sites from unit sources located at each of the N
+%  centers, + 3 columns representing the contribution of the linear gradient part.
+%  DMY: idem for Y derivatives
 %
 % INPUT:
-%   dsites: M x s matrix of interpolation site coordinates (s=space dimension=2 here)
-%   ctrs: N x s matrix of centre coordinates (initial data)
+%  dsites: M x s matrix of interpolation site coordinates (s=space dimension=2 here)
+%  ctrs: N x s matrix of centre coordinates (initial data)
 %
-% related functions:
-% tps_coeff, tps_eval
-% tps_coeff_field, set_subdomains, filter_tps, calc_field
+% RELATED FUNCTIONS:
+%  tps_coeff, tps_eval
+%  tps_coeff_field, set_subdomains, filter_tps, calc_field
 
 %=======================================================================
