Index: /trunk/tools/generic.py
===================================================================
--- /trunk/tools/generic.py	(revision 1220)
+++ /trunk/tools/generic.py	(revision 1221)
@@ -21,5 +21,24 @@
 import re
 
+# coincident_CFtimes: Function to make coincident times for two different sets of CFtimes
+# count_cond: Function to count values of a variable which attain a condition
+# datetimeStr_conversion: Function to transform a string date to an another date object
+# grid_combinations: Function to provide all the possible grid points combination for a given pair of values
+#   x,y= pair of grid points
+# interpolate_locs: Function to provide interpolate locations on a given axis
+# PolyArea: Function to compute the area of the polygon following 'Shoelace formula'
+# radial_points: Function to provide a number of grid point positions for a given angle
+# radius_dist: Function to generate a matrix with the distance at a given point
+# rmNOnum: Removing from a string all that characters which are not numbers
+# running_mean: Function to compute a running mean of a series of values
+# significant_decomposition: Function to decompose a given number by its signifcant potencies
+# squared_radial: Function to provide the series of radii as composite of pairs (x,y) of gid cells
+#   Npt= largest amount of grid points on x and y directions
+# table_tex_file: Function to write into a file a LaTeX tabular from a table of values
+# unitsDate: Function to know how many units of time are from a given pair of dates
+# variables_values: Function to provide values to plot the different variables values from ASCII file
+# wdismean: Function to compute the mean value weighted to its 4 distances
 # Character to split passed values
+
 cS = ','
 # Character to split serie of values
