Index: branches/eam_branches/ipp-20121219/ippToPsps/test/notes.txt
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/test/notes.txt	(revision 34925)
+++ branches/eam_branches/ipp-20121219/ippToPsps/test/notes.txt	(revision 34925)
@@ -0,0 +1,62 @@
+
+In order to have a reasonably complete test, I need to have a bunch of things that mimic the IPP infrastructure
+
+1) gpc1 database entries:
+
+   * tables needed to select cam runs or stack (skycal) runs
+     * addRun
+       minidvodbRun
+       minidvodbProcessed
+       camRun
+       chipRun
+       rawExp
+       mergedvodbRun
+       mergedvodbProcessed
+       skycalRun
+       stackRun
+       skycell
+
+   * tables to define stack/warp relationships
+      warpSkyCellMap
+      warpRun 
+      stackInputSkyfile 
+      stackRun 
+      fakeRun 
+      camRun 
+      chipRun 
+
+   * tables to define stack metadata
+      * stackRun
+
+   * tables to define cam metadata
+      * camRun
+      * chipRun
+      * rawExp
+
+   * tables to select cam smfs
+      * camProcessedExp
+      * camRun
+
+   * tables to select stack (skycal) cmfs
+      * skycalRun
+      * skycalResult
+      * stackRun
+      * stackSumSkyfile
+      * addRun
+      * minidvodbRun
+      * mergedvodbRun
+
+   * tables to get stack exptime (still needed?)
+      * stackRun
+      * stackSumSkyfile
+      * stackInputSkyfile
+      * warpRun 
+      * fakeRun
+      * camRun
+      * chipRun
+      * rawExp
+
+2) DVO databases: we only need the merged dvo database, not the mini
+   version, but we need gpc1 database entries for the linking history.
+
+
