IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17709


Ignore:
Timestamp:
May 16, 2008, 6:37:20 AM (18 years ago)
Author:
eugene
Message:

adding functions to support photometry

Location:
branches/eam_branch_20080511/ppSim
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/notes.txt

    r17702 r17709  
    11
    2 2008.05.14
     22008.05.15
    33
    4   ppSim needs some work to be a bit more realistic.  It currently does
    5   not do the correct thing for generating flats or shutter
    6   corrections.  It is only applying them to the background sky model.
    7   It is not applying them to the stellar flux.  Also, for adding
    8   sources on top of existing images, it needs to apply the Poisson
    9   stats to the generated stars and then add the pixel values to the
    10   input image.  currently, it is placing them directly in the input
    11   image.
     4  For fake and force photometry, we need to load the known existing
     5  sources, then perform a complete linear fit solution to the complete
     6  set of both real (known) sources plus the fake and/or forced
     7  photometry positions (as PSFs).  The fake and forced photometry
     8  positions need to be measured independently.  This provides the real
     9  photometry for these sources ** in the presence of the other real
     10  sources **.  In order to test the detectability of the fake sources
     11  (or the forced sources, for that matter), we need to generate the
     12  smoothed detection image, and determine the peak value at the
     13  positions of the sources. 
     14
     15  ppSimPhotomReadout outline:
     16
     17  * we have three source lists (loaded before the function is called):
     18    * realSources : these are loaded from a CMF-style file (or equiv)
     19    * fakeSources : these are defined internally, and need a link from
     20                    the input fake source to the measured fake source
     21    * forceSources : these are loaded from a DVO database via getstar
     22
     23  * we require a supplied PSF
     24
     25  * need to subtract the background (before or after subtracting the
     26    sources?)
     27
     28  * subtract the real sources
     29  * model the background
     30  * build the detection image
     31  * measure the detectability of the fake and force sources
     32  * replace the real sources
     33
     34  * merge real + fake sources
     35  * linear fit to merged source list
     36  * replace the sources (make 'no-subtract' option?)
     37
     38  * merge real + forced sources
     39  * linear fit to merged source list
     40  * replace the sources (make 'no-subtract' option?)
    1241
    1342
Note: See TracChangeset for help on using the changeset viewer.