IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10033


Ignore:
Timestamp:
Nov 16, 2006, 4:45:59 PM (20 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/doc/notes.txt

    r9928 r10033  
    11
     2ensemble:
     3
     4  * first block:
     5    * select sources of interest / skip
     6    * generate a guess model
     7    * re-measure moments for saturated stars (MOVE)
     8    * update peak position (MOVE to peaks)
     9    * set the object radius
     10    * build temporary source copies (including pixels, mask, weight)
     11
     12  * second block:
     13    * measure the cross-products and weights
     14    * add to the sparse matrix
     15
     16  * build full-image mask
     17  * measure coord weights
     18  * build order elements
     19
     20  * solve for source amplitudes
     21  * update models
     22
     232006.11.16
     24
     25  * create psSparseBorder to solve matrix equations which have a large
     26    sparse region, with a completely filled border of a smaller number
     27    of rows.
     28
     29  * trying to modify psphotEnsemble to (1) be more general (not just
     30    PSFs) and (2) fit for the sky offset.
     31
     32    - how is the radius for each source set?
     33   
     34
     352006.11.11
     36
     37  I am trying to define a complete set of tests to validate the
     38  measurement of the photometry compared with the simulated images.
     39  Part of my confusion is controlling exactly which corrections are
     40  applied to the output magnitudes.  Here is the complete list:
     41
     42  psfMag_out = psfMag_meas + ApTrend(x,y,0.0,0.0)
     43  apMag_out = apMag_meas + growth(radius,refRadius) + f(skyBias,skySat)
     44
     45  these corrections are modified by the following config settings:
     46
     47  IGNORE_GROWTH (sets all growth magnitudes to the fitMag value,
     48  effectively turning off the growth correction)
     49
     50  APTREND : set the level of correction
     51    NONE     : no correction is fitted
     52    CONSTANT : just a single constant (applied to get psfMag_out)
     53    SKYBIAS  : the skybias term is fitted (constant applied to psfMag,
     54               slope applied apMag)
     55 
    2562006.11.08
    357
Note: See TracChangeset for help on using the changeset viewer.