changeset 2:675ab63caba7

Creation of README
author Dave Moffat <d.j.moffat@qmul.ac.uk>
date Fri, 23 Jan 2015 16:22:26 +0000
parents 5637e8139191
children 475bddaf580c
files README.txt
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Fri Jan 23 16:22:26 2015 +0000
@@ -0,0 +1,18 @@
+This software if free for use, however it would be appreciate if reference or citations could be made for use of any software or dataset used, in any academic publlication resulting from use of any part of this work.
+
+Licenced under GNU GPL 2015 Dave Moffat
+
+The ‘Dataset Table.csv’ and ‘DataSetSummary.csv’ will present all information regarding the dataset.
+
+plotData.m, is the executable script that generates the data plots based on input arguments. Example arguments:
+plotData(50,1,’all’,’all’,1,0);
+
+requires readCSV.m, validate.m and findInCellArray.m 
+
+python scripts arrangeData, processCSV and sortCSV are to arrange present the CSV of data in a suitable manor, and are based on historic data.
+
+runDataSet.sh is a shell script to use sonic-annotator to annotate all the data
+tidy.sh ensures only the relevant data is contained within each folder, and old data is placed in folder named arch
+
+All questions should be posted to me@davemoffat.com
+