== This is the current status of MDs on PSPS on 12-02-2014 == == Plots of coverage == 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. the queries I used for each MD (on production cluster): {{{ select top 100000 ra, dec from detectionFull order by newid() select top 100000 ra, dec, primaryF from stackDetectionFull order by newid() select top 100000 ra, dec, batchid from Object order by newid() }}} The results (see images below): || md field || det || stack || obj || || md01 || good || good || good || || md02 || good || good || good || || md03 || good || good || good || || md04 || good || good || good || || md05 || good || good || || || md06 || good || good || good || || md07 || good || good || good || || md08 || good || good || good || || md09 || good || good || good || || md10 || good || good || good || The images (for stacks): || md field || stack (random 100000) || stack (primaryF = 0) || stack (primaryF = 1) || || md01 || [[Image(md01stackall.png,200px)]] || [[Image(md01stack0.png,200px)]] || [[Image(md01stack1.png,200px)]] || || md02 || [[Image(md02stackall.png,200px)]] || [[Image(md02stack0.png,200px)]] || [[Image(md02stack1.png,200px)]] || || md03 || [[Image(md03stackall.png,200px)]] || [[Image(md03stack0.png,200px)]] || [[Image(md03stack1.png,200px)]] || || md04|| [[Image(md04stackall.png,200px)]] || [[Image(md04stack0.png,200px)]] || [[Image(md04stack1.png,200px)]] || || md05 || [[Image(md05stackall.png,200px)]] || [[Image(md05stack0.png,200px)]] || [[Image(md05stack1.png,200px)]] || || md06 || [[Image(md06stackall.png,200px)]] || [[Image(md06stack0.png,200px)]] || [[Image(md06stack1.png,200px)]] || || md07 || [[Image(md07stackall.png,200px)]] || [[Image(md07stack0.png,200px)]] || [[Image(md07stack1.png,200px)]] || || md08 || [[Image(md08stackall.png,200px)]] || [[Image(md08stack0.png,200px)]] || [[Image(md08stack1.png,200px)]] || || md09 || [[Image(md09stackall.png,200px)]] || [[Image(md09stack0.png,200px)]] || [[Image(md09stack1.png,200px)]] || || md10 || [[Image(md10stackall.png,200px)]] || [[Image(md10stack0.png,200px)]] || [[Image(md10stack1.png,200px)]] || Stacks look good. The images (for detections and objects): || md field || detection (random 100000) || object (good) || object (bad) || || md01 || [[Image(md01detfinal.png,200px)]] || [[Image(md01objgood.png,200px)]] || [[Image(md01objmiss.png,200px)]] || || md02 || [[Image(md02detfinal.png,200px)]] || [[Image(md02objgood.png,200px)]] || [[Image(md02objmiss.png,200px)]] || || md03 || [[Image(md03detfinal.png,200px)]] || [[Image(md03objgood.png,200px)]] || [[Image(md03objmiss.png,200px)]] || || md04 || [[Image(md04detfinal.png,200px)]] || [[Image(md04objgood.png,200px)]] || [[Image(md04objmiss.png,200px)]] || || md05 || [[Image(md05detfinal.png,200px)]] || [[Image(md05objgood.png,200px)]] || [[Image(md05objmiss.png,200px)]] || || md06 || [[Image(md06detfinal.png,200px)]] || [[Image(md06objgood.png,200px)]] || [[Image(md06objmiss.png,200px)]] || || md07 || [[Image(md07detfinal.png,200px)]] || [[Image(md07objgood.png,200px)]] || [[Image(md07objmiss.png,200px)]] || || md08 || [[Image(md08detfinal.png,200px)]] || [[Image(md08objgood.png,200px)]] || [[Image(md08objmiss.png,200px)]] || || md09 || [[Image(md09detfinal.png,200px)]] || [[Image(md09objgood.png,200px)]] || [[Image(md09objmiss.png,200px)]] || || md10 || [[Image(md10detfinal.png,200px)]] || [[Image(md10objgood.png,200px)]] || [[Image(md10objmiss.png,200px)]] || Detections look good. Objects look good (except for MD05). I'm doing counts now to verify.