- Timestamp:
- Apr 21, 2014, 5:42:34 AM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/heathers_plots/heathers_plots.py (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/tools/heathers_plots/heathers_plots.py
r35390 r36680 38 38 JOIN chipRun USING(chip_id) 39 39 JOIN rawExp USING(exp_id) 40 WHERE stage = 'cam' and addRun.dvodb = 'LAP.201 20706'40 WHERE stage = 'cam' and addRun.dvodb = 'LAP.20130717' 41 41 """ 42 42 … … 50 50 JOIN chipRun USING(chip_id) 51 51 JOIN rawExp USING(exp_id) 52 WHERE stage = 'cam' AND mergedvodbRun.mergedvodb = 'LAP.201 20706'52 WHERE stage = 'cam' AND mergedvodbRun.mergedvodb = 'LAP.20130717' 53 53 """ 54 54 … … 62 62 JOIN stackRun USING (stack_id) 63 63 JOIN skycell using (tess_id, skycell_id) 64 WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.201 20706'64 WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20130717' 65 65 """ 66 66 … … 77 77 JOIN stackRun using (stack_id) 78 78 JOIN skycell using (tess_id, skycell_id) 79 WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.201 20706'"""79 WHERE stage = 'skycal' AND addRun.dvodb = 'LAP.20130717'""" 80 80 81 81 def fetch_data(self, statement): … … 166 166 hp = HeathersPlot() 167 167 hp.update_cam_plot() 168 hp.update_skycal_plot() 169 hp.update_cam_merged_plot() 170 hp.update_skycal_merged_plot() 168 # hp.update_skycal_plot() 169 # hp.update_cam_merged_plot() 170 # hp.update_skycal_merged_plot() 171 172 #don't make those for now since we don't do that yet
Note:
See TracChangeset
for help on using the changeset viewer.
