IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 8 and Version 9 of SA9ndetections


Ignore:
Timestamp:
Oct 4, 2012, 4:53:54 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SA9ndetections

    v8 v9  
    146146=== ndetections != ng + nr + ni + nz + ny ===
    147147
    148 example:
     148I made a subset of objects in ra between 333 and 335 and dec between -1 and 1 (to make certain I can map to everything I expect in detections and in stacks). This subset is called sas9objects2 ... Here is a query to find examples where ndetection != sum (n[x])
     149
     150{{{
     151select (ndetections - ng - nr -ni -nz -ny), count(*) from sas9objects2 group by ((ndetections - ng - nr -ni -nz -ny) )
     152order by ((ndetections - ng - nr -ni -nz -ny) )
     153}}}
     154
     155with the following result:
     156
     157{{{
     158diff    count(diff)
     1590       736412
     1601       20040
     1612       5478
     1623       1142
     1634       419
     1645       33
     1656       35
     1667       3
     1678       13
     168}}}