| | 1 | == This is the current status of MDs on PSPS on 11-28-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, batchid from detectionFull order by newid() |
| | 10 | select top 100000 ra, dec from stackDetectionFull order by newid() |
| | 11 | select top 100000 ra, dec from Object order by newid() |
| | 12 | |
| | 13 | }}} |
| | 14 | |
| | 15 | The results (see images below): |
| | 16 | |
| | 17 | |
| | 18 | || md field || detectionFull || stackDetectionFull ||object (all) || object (bad batchid) || |
| | 19 | || md01 || [[Image(md01det.png,200px)]] || [[Image(md01stk.png,200px)]] ||[[Image(md01ob20141128.png,200px)]] || [[Image(md01ob20141128bad.png,200px)]] || |
| | 20 | || md02 || [[Image(md02det.png,200px)]] || [[Image(md02stk.png,200px)]] ||[[Image(md02ob20141128.png,200px)]] ||[[Image(md02ob20141128bad.png,200px)]] || |
| | 21 | || md03 || [[Image(md03det.png,200px)]] || [[Image(md03stk.png,200px)]] ||[[Image(md03ob20141128.png,200px)]] ||[[Image(md03ob20141128bad.png,200px)]] || |
| | 22 | || md04 || [[Image(md04det.png,200px)]] || [[Image(md04stk.png,200px)]] ||[[Image(md04ob20141128.png,200px)]] ||[[Image(md04ob20141128bad.png,200px)]] || |
| | 23 | || md05 || [[Image(md05det.png,200px)]] || [[Image(md05stk.png,200px)]] ||[[Image(md05ob20141128.png,200px)]] ||[[Image(md05ob20141128bad.png,200px)]] || |
| | 24 | || md06 || [[Image(md06det.png,200px)]] || [[Image(md06stk.png,200px)]] ||[[Image(md06ob20141128.png,200px)]] ||[[Image(md06ob20141128bad.png,200px)]] || |
| | 25 | || md07 || [[Image(md07det.png,200px)]]|| [[Image(md07stk.png,200px)]] ||[[Image(md07ob20141128.png,200px)]] ||[[Image(md07ob20141128bad.png,200px)]] || |
| | 26 | || md08 || [[Image(md08det.png,200px)]]|| [[Image(md08stk.png,200px)]] ||[[Image(md08ob20141128.png,200px)]] ||[[Image(md08ob20141128bad.png,200px)]] || |
| | 27 | || md09 ||[[Image(md09det.png,200px)]] || [[Image(md09stk.png,200px)]] ||[[Image(md09ob20141128.png,200px)]] ||[[Image(md09ob20141128bad.png,200px)]] || |
| | 28 | || md10 || [[Image(md10det.png,200px)]] || [[Image(md10stk.png,200px)]] ||[[Image(md10ob20141128.png,200px)]] ||[[Image(md10ob20141128bad.png,200px)]] || |
| | 29 | |