Changes between Version 5 and Version 6 of ThreePiPV2OBinPSPS
- Timestamp:
- Feb 18, 2015, 2:24:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ThreePiPV2OBinPSPS
v5 v6 7 7 Total counts: 8 8 9 * select count_big(*) fromObjectThin9 * select count_big(*) from !ObjectThin 10 10 11 * 4,460,992,38511 * 4,460,992,385 12 12 13 13 I then did counts to find out how many have x detections or x stackdetections (up to 20 in both). For easy comparisons, I show both tables side by side (they are not related): … … 38 38 == 2d detection/stackdetection counts == 39 39 40 * Another sanity check, do we have any with ndetections = 0 and nstackdetections = 0 ?40 * Another sanity check, do we have any with ndetections = 0 and nstackdetections = 0 ? 41 41 * yes we do: this happened on a full batch, 12884 - all detections were basically null, except for the ramean/decmean. This was at ra = 0 dec = -33. 42 42 * Is it PSPS or IPPTOPSPS's fault? I downloaded 12884's batch and investigated, it looks like we shipped them 0's. 43 43 * Is it IPPTOPSPS or DVO's fault? Where are the 0's? This is stage_id 121470, which translates to region s3000/6992.13. This is located here: /data/stsci00.0/eugene/lap.pv2.20141215/catdir.01/s3000/6992.13* . I opened the files in topcat, and there are 0's, so ipptopsps did the correct thing, but the dvo was incorrect. 44 44 45 * can I categorize this better, can I find where there are more of these funky batches?45 * can I categorize this better, can I find where there are more of these funky batches? 46 46 * 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' 47 47 … … 49 49 Here is a plot of counts of nstackdetection vs ndetection: 50 50 51 [[Image( )]]51 [[Image(2dplotndetstackdet.png)]]
