| 
	 
	 
	 
	
	
 Lookup table
is a comma separated text file (csv) containing one line as a column names and 
other lines as values for the table. 
	An example of the first line : 
	
	Marlin;0,25;0,301;0,362;0,435;0,523;0,629;0,757;0,911;1,096;1,319;1,587;1,909;2,297;2,763;3,324;3,999 
	An example of subsequent lines : 
	0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 
	1;26;19;13;8;4;2;1;0;0;0;0;0;0;0;0;0 
	2;32;24;17;11;7;3;1;0;0;0;0;0;0;0;0;0 
	3;35;27;19;13;8;5;2;1;0;0;0;0;0;0;0;0 
	... 
 |