IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of ZoologyInvestigations


Ignore:
Timestamp:
Aug 24, 2011, 11:56:02 AM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZoologyInvestigations

    v2 v3  
    1 Serge populated a database consisting of all the columns in the false detection fits files that were sent to us. 
     1
     2[[PageOutline]]
     3
     4= Introduction =
     5
     6This page details the investigations into the high number of false detections reported by the Durham group. Durham reported around 400,000 false-detections across all exposures in the SAS footprint survey.
     7
     8= Procedure =
     9
     10We decided to populate a MySQL database consisting of all the columns in the false detection FITS files sent to us by the Durham group. This enabled us to easily query the data and experiment with various cuts on flags, flux errors etc. Serge populated the database on his desktop machine. 
     11
     12= Cutting using flags =
    213
    314I made some cuts and found some things:
     
    104115
    105116This is AFTER I did the flag cuts.  Prior to that there were 8x as many detections, often landing on burntools and edges.
    106  
     117
     118= Cutting using of flux error =
     119
     120As seen above, cutting the data using both the 'FLAGS' and 'FLAGS2' fields, and rejecting those detections labelled with obvious faults, the original total of 400,000 false detections was brought down to around 56,000, a reduction of around 86%. Eye-balling the images confirmed that this removed the majority of 'obvious' false detections, such as those on the edges of chips or in areas of saturation from a bright star.
     121
     122Next, we looked first to the error in the flux, specifically, FLUX_SIG compared to FLUX. By eliminating all those detections with a an error greater than 5% of the total flux, we were left with just 2000 detections, a reduction of about 96%.
     123
     124So, by first rejecting those detections with flagged errors then further eliminating those with a high error in flux, the total of 400,000 can be brought down to 2000, a reduction of around 99%.
    107125
    108126