Index: /trunk/tools/heathers_plots/heathers_plots.py
===================================================================
--- /trunk/tools/heathers_plots/heathers_plots.py	(revision 36185)
+++ /trunk/tools/heathers_plots/heathers_plots.py	(revision 36186)
@@ -38,5 +38,5 @@
  JOIN chipRun USING(chip_id) 
  JOIN rawExp USING(exp_id)
-WHERE stage = 'cam' and addRun.dvodb = 'LAP.20120706'
+WHERE stage = 'cam' and addRun.dvodb = 'LAP.20130717'
 """
 
@@ -50,5 +50,5 @@
  JOIN chipRun USING(chip_id)
  JOIN rawExp USING(exp_id)
-WHERE stage = 'cam' AND mergedvodbRun.mergedvodb = 'LAP.20120706'
+WHERE stage = 'cam' AND mergedvodbRun.mergedvodb = 'LAP.20130717'
 """
 
@@ -62,5 +62,5 @@
  JOIN stackRun USING (stack_id)
  JOIN skycell using (tess_id, skycell_id)
-WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20120706' 
+WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20130717' 
 """
 
@@ -77,5 +77,5 @@
  JOIN stackRun using (stack_id)
  JOIN skycell using (tess_id, skycell_id)
-WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20120706'"""
+WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20130717'"""
 
     def fetch_data(self, statement):
