Changes between Version 8 and Version 9 of SA9ndetections
- Timestamp:
- Oct 4, 2012, 4:53:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SA9ndetections
v8 v9 146 146 === ndetections != ng + nr + ni + nz + ny === 147 147 148 example: 148 I 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 {{{ 151 select (ndetections - ng - nr -ni -nz -ny), count(*) from sas9objects2 group by ((ndetections - ng - nr -ni -nz -ny) ) 152 order by ((ndetections - ng - nr -ni -nz -ny) ) 153 }}} 154 155 with the following result: 156 157 {{{ 158 diff count(diff) 159 0 736412 160 1 20040 161 2 5478 162 3 1142 163 4 419 164 5 33 165 6 35 166 7 3 167 8 13 168 }}}
