IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 62 and Version 63 of Sa10Problems


Ignore:
Timestamp:
Dec 13, 2012, 1:39:50 PM (14 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sa10Problems

    v62 v63  
    7979     *  a. '''EAM : x & y position error are actually based on the fwhmMajor and fwhmMinor values and the S/N: x = fwhmMajor / (S/N * 2.35), y = fwhmMinor / (S/N * 2.35).  these are reasonable (but note the angle compared to the x,y axis), but go to interesting values for very low S/N objects or those with negative fluxes.  perhaps it should saturate at 0.5*ap_radius_raw?'''
    8080    * 5. raerr & decerr: quantized in 0.25 steps + in silly units  (not the same as xposerr)+ negative from time to time (not just -999)  + range is huge (-8000 to 8000)
    81       * a. '''gene to investigate - note that ra/dec err are in units of arcsecond '''
     81      * a. '''EAM : these come from (dXccd,dYccd)*pltscale.  five points to be made:
     82        * i. ra/dec err are (supposed to be) in units of arcsecond
     83        * ii. pltscale can be negative : negative value means the image has the opposite of sky parity.  the code should use abs(pltscale)
     84        * iii. dXccd,dYccd are in units of 1/100th of a pixel in DVO, so there is a factor of 100 error in the conversion
     85        * iv. dXccd,dYccd are stored in DVO as a short, so are quantized at the 10 millipixel level (but this should not be a problem)
     86        * v. dXccd,dYccd are measured from the fwhm and S/N as described above, so the same blowup at the faint end occurs'''
    8287    * 6. apFluxerr: -999 (i.e. never set)
    8388      *  a. '''noted before on previous SASs. not to be fixed yet'''