Index: /trunk/src/series/aver_stat.m
===================================================================
--- /trunk/src/series/aver_stat.m	(revision 572)
+++ /trunk/src/series/aver_stat.m	(revision 573)
@@ -1,4 +1,3 @@
-%'aver_stat': calculate field average, used with series.fig
-% this function can be used as a template for applying a global operation (here averaging) on a series of input fields
+%'aver_stat': calculate field average over a time series
 %------------------------------------------------------------------------
 % function ParamOut=aver_stat(Param)
Index: /trunk/src/series/check_data_files.m
===================================================================
--- /trunk/src/series/check_data_files.m	(revision 572)
+++ /trunk/src/series/check_data_files.m	(revision 573)
@@ -1,3 +1,3 @@
-%%'check_files': check the existence, type and status of the files selected by series.fig
+%%'check_data_files': check the existence, type and status of the files selected by series.fig
 %------------------------------------------------------------------------
 % function GUI_input=check_data_files(Param)
Index: /trunk/src/series/merge_proj.m
===================================================================
--- /trunk/src/series/merge_proj.m	(revision 572)
+++ /trunk/src/series/merge_proj.m	(revision 573)
@@ -1,4 +1,3 @@
-%'merge_proj': project and concatene fields
-% can be used as a template for applying an operation (here projection and concatenation) on each field of an input series
+%'merge_proj': concatene several fields from series, can project them on a regular grid in phys coordinates
 %------------------------------------------------------------------------
 % function ParamOut=merge_proj(Param)
Index: /trunk/src/series/sub_background.m
===================================================================
--- /trunk/src/series/sub_background.m	(revision 572)
+++ /trunk/src/series/sub_background.m	(revision 573)
@@ -1,4 +1,3 @@
 %'sub_background': substract a sliding background to an image series
-% This is an example of action on a series of input images
 %------------------------------------------------------------------------
 % Method: 
