IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of ThreePiPV2OBinPSPS


Ignore:
Timestamp:
Feb 18, 2015, 2:24:49 PM (11 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ThreePiPV2OBinPSPS

    v5 v6  
    77Total counts:
    88
    9 * select count_big(*) from ObjectThin
     9 * select count_big(*) from !ObjectThin
    1010
    11  * 4,460,992,385
     11  * 4,460,992,385
    1212
    1313I 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):
     
    3838== 2d detection/stackdetection counts ==
    3939
    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 ?
    4141  * 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.
    4242  * Is it PSPS or IPPTOPSPS's fault? I downloaded 12884's batch and investigated, it looks like we shipped them 0's.
    4343  * 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.
    4444
    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?
    4646  * 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'
    4747
     
    4949Here is a plot of counts of nstackdetection vs ndetection:
    5050
    51 [[Image()]]
     51[[Image(2dplotndetstackdet.png)]]