| | 1 | == This is the current status of MDs on PSPS on 12-02-2014 == |
| | 2 | |
| | 3 | == Plots of coverage == |
| | 4 | |
| | 5 | I did a selection of random 100,000 ras and decs from detectionFull, stackDetectionFull, and Object for each field. The results are plotted below, you can click on the image to make it bigger. |
| | 6 | |
| | 7 | the queries I used for each MD (on production cluster): |
| | 8 | {{{ |
| | 9 | select top 100000 ra, dec from detectionFull order by newid() |
| | 10 | select top 100000 ra, dec, primaryF from stackDetectionFull order by newid() |
| | 11 | select top 100000 ra, dec, batchid from Object order by newid() |
| | 12 | |
| | 13 | }}} |
| | 14 | |
| | 15 | The results (see images below): |
| | 16 | |
| | 17 | || md field || det || stack || obj || |
| | 18 | || md01 || || good || || |
| | 19 | || md02 || || good || || |
| | 20 | || md03 || || good || || |
| | 21 | || md04 || || good || || |
| | 22 | || md05 || || good || || |
| | 23 | || md06 || || good || || |
| | 24 | || md07 || || good || || |
| | 25 | || md08 || || good || || |
| | 26 | || md09 || || good || || |
| | 27 | || md10 || || good || || |
| | 28 | |
| | 29 | The images (for stacks): |
| | 30 | |
| | 31 | |
| | 32 | || md field || stack (random 100000) || stack (primaryF = 0) || stack (primaryF = 1) || |
| | 33 | || md01 || [[Image(md01stackall.png,200px)]] || [[Image(md01stack0.png,200px)]] || [[Image(md01stack1.png,200px)]] || |
| | 34 | || md02 || [[Image(md02stackall.png,200px)]] || [[Image(md02stack0.png,200px)]] || [[Image(md02stack1.png,200px)]] || |
| | 35 | || md03 || [[Image(md03stackall.png,200px)]] || [[Image(md03stack0.png,200px)]] || [[Image(md03stack1.png,200px)]] || |
| | 36 | || md04|| [[Image(md04stackall.png,200px)]] || [[Image(md04stack0.png,200px)]] || [[Image(md04stack1.png,200px)]] || |
| | 37 | || md05 || [[Image(md05stackall.png,200px)]] || [[Image(md05stack0.png,200px)]] || [[Image(md05stack1.png,200px)]] || |
| | 38 | || md06 || [[Image(md06stackall.png,200px)]] || [[Image(md06stack0.png,200px)]] || [[Image(md06stack1.png,200px)]] || |
| | 39 | || md07 || [[Image(md07stackall.png,200px)]] || [[Image(md07stack0.png,200px)]] || [[Image(md07stack1.png,200px)]] || |
| | 40 | || md08 || [[Image(md08stackall.png,200px)]] || [[Image(md08stack0.png,200px)]] || [[Image(md08stack1.png,200px)]] || |
| | 41 | || md09 || [[Image(md09stackall.png,200px)]] || [[Image(md09stack0.png,200px)]] || [[Image(md09stack1.png,200px)]] || |
| | 42 | || md10 || [[Image(md10stackall.png,200px)]] || [[Image(md10stack0.png,200px)]] || [[Image(md10stack1.png,200px)]] || |
| | 43 | |
| | 44 | Stacks look good. I'll do the counts tomorrow. |
| | 45 | |
| | 46 | |
| | 47 | |
| | 48 | |
| | 49 | |
| | 50 | |
| | 51 | |
| | 52 | |
| | 53 | |
| | 54 | |