Changes between Version 7 and Version 8 of ThreePiPV2OBinPSPS
- Timestamp:
- Feb 18, 2015, 3:51:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ThreePiPV2OBinPSPS
v7 v8 49 49 You can see the hole at 0,0 -- that should be 0 but instead is something like a million or less entries have that. 50 50 51 * can I categorize this better, can I find where there are more of these funky batches?51 * can I categorize this better, can I find where there are more of these funky batches? 52 52 * yes : can I do a query of select batchid, count_big(*) from ObjectThin where nstackdetections = 0 and ndetections = 0 group by batchid --> into query called 'funkybatches' 53 * Basically, every batch has this problem, but it's not too bad, in the sense that 50% have 40 or fewer funky stack/detect = 0 entries, and 90% have 100 or fewer funky stack/detect = 0 entries. 53 54 55 I made a plot of the funky ones. 54 56 57 The legend is tricky, the bins are divided this way: 58 59 * red = 0 to 0.17% are bad 60 * orange = 0.17% - 0.33% are bad 61 * yellow = 0.33% - 0.50% are bad 62 * green = 0.50% - 0.67% are bad 63 * blue = 0.67% - 0.83% are bad 64 * violet = 0.83% - 100% are bad 65 * not sure about the white holes (?? I suspect those are the 'violet' ones in python..) 66 67 [[Image(obplot.20150219.png)]] 68 69 But basically, problems are scattered throughout, but it's small numbers.
