IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of Stack_Sky_Levels


Ignore:
Timestamp:
Aug 28, 2013, 5:46:53 PM (13 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Stack_Sky_Levels

    v1 v2  
    1616=== Initial checks ===
    1717
     18The initial thought for this issue is that the stack sky levels are incorrect either due to an error in the sky statistics, or due to an error in the fitsio data storage.  To investigate this, I used the set of warps for a very deep stack (~450 inputs) and pulled statistics out of logs and compared them with direct measurements.
     19
     20 1. Internal background code check.  Manually run psphot to fit the background level, and confirm that this matches the value recorded in the stack log.
     21[[Image(psphot_internal_check.png)]]
     22 2. External background code check.  Compare the psphot background levels to a Gaussian fit to the histogram of image values.
     23[[Image(psphot_external_check.png)]]
     24 3. Database check.  The GPC1 database contains a background value recorded for the warps.  I do not have a good explanation as to why these match so badly.
     25[[Image(psphot_database_check.png)]]
     26 4. BSCALE check.  If the fitsio routines are to blame, it's likely an issue with the quantization.  There's a correlation here, but it is more likely due to the fact that the background level is correlated with the distribution width (bg_sigma), as is BSCALE.
     27[[Image(psphot_bscale_check.png)]]
     28[[Image(psphot_offset_sigma.png)]]
     29
    1830The initial thought for this issue is that the stack sky levels are incorrect either due to an error in the sky statistics, or due to an error in the fitsio data storage.