IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of Psps_MD_PV2_120214


Ignore:
Timestamp:
Dec 2, 2014, 6:13:04 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Psps_MD_PV2_120214

    v1 v1  
     1== This is the current status of MDs on PSPS on 12-02-2014 ==
     2
     3== Plots of coverage ==
     4
     5I 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
     7the queries I used for each MD (on production cluster):
     8{{{
     9select top 100000 ra, dec from detectionFull order by newid()
     10select top 100000 ra, dec, primaryF from stackDetectionFull order by newid()
     11select top 100000 ra, dec, batchid from Object order by newid()
     12
     13}}}
     14
     15The 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
     29The 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
     44Stacks look good. I'll do the counts tomorrow.
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54