IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 38 and Version 39 of Sa10Problems


Ignore:
Timestamp:
Dec 11, 2012, 3:41:45 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sa10Problems

    v38 v39  
    4242       * a.  We don't use this flag (so then why is it there?)
    4343  * A2: 12% have ra_err > 0.1 deg (same for dec_err), and 70% have ra_err = 0 (same for dec_err)
    44      * a. This needs to be investigated
     44     * a. FOr the 12% that have raerr > 0.1, the majority come from (ng+nr+ni+nz+ny) = 0 or only a few suspect the calculation is goofy because there are few points to calculate raerr. '''(GENE??)'''
     45     * a. For the 70% that have ra = 0, I did a count(*) and grouped by objInfoFlag. I repeated this for raerr!=0.  Here's what I find:  if 0x00090000 (avg position used and fitted) is not set, it has raErr = 0 (this is the majority of things).  If 0x0040000 (mean astro could not be measured) is set, may fall into either, with a preference for raerr!=0.  why do so many not have 0x00090000? are those entirely the stacks? the majority of those have a detection in a filter (for the raErr=0, and flag = 4194304).  If I do a similar query but without the restriction on flags (same raerr = 0), I find a whopping majority have NO ng/nr/ni/nz/ny, ie, they are stacks.
     46       *  '''We need to make it very clear that raErr / decErr is calculated from an average of single frame detections, and may not be present at all when it is a stack with no or few single frame detetctions '''
    4547  * A3: 0.1% have ndetections = -999 (one specific patch in ra & dec)
    4648     * a. This is due to a failed batch (outside of PSPS's ra/dec range)  I thought it had been fixed (conrad?)
    4749  * A4: ndetections still not equal the sum of ng+nr+ni+nz+ny : far from it actually. ndetections >= 2xsum (and =2xsum for 97%)
    48      * a. This is a bug in the code, Heather knows where and how to fix
     50     * a. '''This is a bug in the code, Heather knows where and how to fix'''
    4951  * A5: sgsep: ranges from 0 to 181.28 [according to Nigel sgsep in object table is not correct, while in stackdetection it looks more normal)
    5052     * a. (Gene?)