Index: /trunk/src/series/clean_civ_cmx.m
===================================================================
--- /trunk/src/series/clean_civ_cmx.m	(revision 170)
+++ /trunk/src/series/clean_civ_cmx.m	(revision 171)
@@ -1,12 +1,17 @@
+%'clean_civ_cmx': suppress all ancillary files used for PIV: ;cmx,log,.bat...
+%------------------------------------------------------------------------
+% function GUI_input=clean_civ_cmx(num_i1,num_i2,num_j1,num_j2,Series)
+%
+%OUTPUT
+% GUI_input=list of options in the GUI series.fig needed for the function
+%
+%INPUT:
+%num_i1: (not used) series of first indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
+%num_i2: (not used) series of second indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
+%num_j1: (not used) series of first indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ )
+%num_j2: (not used) series of second indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ)
+%Series: Matlab structure containing information set by the series interface
+%
 function GUI_input=clean_civ_cmx(num_i1,num_i2,num_j1,num_j2,Series) %(filecell,filecell_1,num_i,num_j,vel_type,field,param);
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %detect the chosen series of files and check their date of modification:
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%INPUT: 
-%num_i1: series of first indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
-%num_i2: series of second indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
-%num_j1: series of first indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ )
-%num_j2: series of second indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ)
-%OTHER INPUTS given by the structure Series
 
 %requests for the visibility of input windows in the GUI series  (activated directly by the selection in the menu ACTION)
Index: /trunk/src/series/ima2vol.m
===================================================================
--- /trunk/src/series/ima2vol.m	(revision 170)
+++ /trunk/src/series/ima2vol.m	(revision 171)
@@ -1,3 +1,16 @@
-% relabel_i_j: relabel an image series with two indices, according to the time matrix given by ImaDoc
+%'ima2vol': concatene  image series to form a 'volume' image .vol used for 3D PIV
+%------------------------------------------------------------------------
+% function GUI_input=ima2vol(num_i1,num_i2,num_j1,num_j2,Series)
+%
+%OUTPUT
+% GUI_input=list of options in the GUI series.fig needed for the function
+%
+%INPUT:
+%num_i1: series of first indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
+%num_i2:  series of second indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
+%num_j1:  series of first indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ )
+%num_j2:  series of second indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ)
+%Series: Matlab structure containing information set by the series interface
+%
 %----------------------------------------------------------------------
 function GUI_input=ima2vol(num_i1,num_i2,num_j1,num_j2,Series)
Index: /trunk/src/series/ima_levels.m
===================================================================
--- /trunk/src/series/ima_levels.m	(revision 170)
+++ /trunk/src/series/ima_levels.m	(revision 171)
@@ -1,3 +1,15 @@
-% relabel_i_j: relabel an image series with two indices, according to the time matrix given by ImaDoc
+%'ima_levels': rescale the image intensity to reduce strong luminosity peaks
+%------------------------------------------------------------------------
+% function GUI_input=ima_levels(num_i1,num_i2,num_j1,num_j2,Series)
+%
+%OUTPUT
+% GUI_input=list of options in the GUI series.fig needed for the function
+%
+%INPUT:
+%num_i1: series of first indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
+%num_i2:  series of second indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ)
+%num_j1:  series of first indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ )
+%num_j2:  series of second indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ)
+%Series: Matlab structure containing information set by the series interface% relabel_i_j: relabel an image series with two indices, according to the time matrix given by ImaDoc
 %----------------------------------------------------------------------
 function GUI_input=ima_levels(num_i1,num_i2,num_j1,num_j2,Series)
