/** These config files are part of LIDAR Analysis work carried as part of a PhD with Imperial College.  
 * Copyright (c) 2010 Oliver Ford
 *
 * The content, concept and implementation are the intellectual property of Oliver Ford but permission
 * is given for it's use and further development by Jakob Svensson or any person or organisation
 * directly given such permissions by Oliver Ford or by Jakob Svensson.
 */
These are the LIDAR configuration files read by LidarConfigSource.

It will first try to load
	config-[diagStr].txt
where diagStr = 'ke3' or 'ke9' etc

Then it will look for any file of the form:
	config-[diagStr][anything]-p[p0]_[p1].txt
	
Then it will look for any file of the form:
	config-[diagStr][anything]-p[pulse].txt
	
Then it will look for any file of the form:
	config-[diagStr][anything]-p[pulse]-f[frame].txt
	

The files are sorted so the [anything] can be used to detemine the load order, e.g: 
'config-ke3-apple_p300_400.txt' will get loaded before 'config-ke3-banana_p100_200.txt'.