IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2013, 3:55:14 PM (13 years ago)
Author:
heather
Message:

edited to use new LAP label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/heathers_plots/heathers_plots.py

    r35390 r36186  
    3838 JOIN chipRun USING(chip_id)
    3939 JOIN rawExp USING(exp_id)
    40 WHERE stage = 'cam' and addRun.dvodb = 'LAP.20120706'
     40WHERE stage = 'cam' and addRun.dvodb = 'LAP.20130717'
    4141"""
    4242
     
    5050 JOIN chipRun USING(chip_id)
    5151 JOIN rawExp USING(exp_id)
    52 WHERE stage = 'cam' AND mergedvodbRun.mergedvodb = 'LAP.20120706'
     52WHERE stage = 'cam' AND mergedvodbRun.mergedvodb = 'LAP.20130717'
    5353"""
    5454
     
    6262 JOIN stackRun USING (stack_id)
    6363 JOIN skycell using (tess_id, skycell_id)
    64 WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20120706'
     64WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20130717'
    6565"""
    6666
     
    7777 JOIN stackRun using (stack_id)
    7878 JOIN skycell using (tess_id, skycell_id)
    79 WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20120706'"""
     79WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20130717'"""
    8080
    8181    def fetch_data(self, statement):
Note: See TracChangeset for help on using the changeset viewer.