IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of SA9ndetections


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SA9ndetections

    v9 v10  
    141141=== ndetections = very large number ===
    142142
    143 example:
     143this is done on a subset of sas (ra between 333 and 335 and dec  between -1 and 1) to avoid edges. I named this sas9objects2.  Here is a query to find the 10 worst offenders:
    144144
     145{{{
     146select top 10 ippobjid, ndetections, ng, nr, ni, nz, ny, ndetections -ng -nr -ni -nz -ny from sas9objects2 order by ndetections desc
     147}}}
    145148
     149Here is the result:
     150
     151{{{
     152[ippobjid]      [ndet]  [ng]    [nr]    [ni]    [nz]    [ny]    [diff]
     15393275000002053  123     19      32      33      22      17      0
     15418914000000761  122     21      31      24      27      19      0
     15518920000002724  118     26      28      24      22      18      0
     15693279000002817  116     23      24      22      25      22      0
     15718914000001122  115     18      26      25      28      18      0
     15893277000000012  107     17      26      20      23      21      0
     15918913000000215  107     17      25      19      26      20      0
     16018916000003621  106     22      24      15      24      21      0
     16118916000003381  105     21      26      18      22      18      0
     16218918000000040  105     24      24      17      16      24      0
     163}}}
     164
     165123 detections!?!?! what?!
    146166=== ndetections != ng + nr + ni + nz + ny ===
    147167