Index: trunk/ippToPsps/config/README
===================================================================
--- trunk/ippToPsps/config/README	(revision 36697)
+++ trunk/ippToPsps/config/README	(revision 36706)
@@ -11,2 +11,17 @@
 tables.FW.vot	       : forced warp measurement table
 tables.FO.vot	       : forced mean object table
+
+
+Heather's Vague Instructions:
+
+to create a new batch db:
+
+create database ipptopsps2
+cut and paste the sql file - should be no problems, I tried to reorganize them so no foriegn key constraint fails.
+
+to make a scratch db:
+ check settings.xml if necessary and recompile
+ mysql -h localhost -u dvo -pdvo -e "create database ipptopsps2_scratch"
+ ippjython setupScratchDb.py
+
+should be good to go!    
