IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:Psps_MD_PV2_120214

Version 2 (modified by heather, 12 years ago) ( diff )

--

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
md02
md03
md04
md05
md06
md07
md08
md09
md10

Stacks look good.

The images (for detections and objects):

md field detection (random 100000) object (good) object (bad)
md01
md02
md03
md04
md05
md06
md07
md08
md09
md10

Detections look good. Objects look good (except for MD05).

I'm doing counts now to verify.

Attachments (62)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.