IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2012, 6:16:11 AM (14 years ago)
Author:
eugene
Message:

add some notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120805/psphot/src/psphotDeblendSatstars.c

    r34368 r34369  
    3131    return true;
    3232}
     33
     34/** this function does 3 things:
     35
     36    1) choose likely saturated stars
     37       - mode | SATSTAR
     38       - if moments->Peak > 0.5*SATURATION, examine region of peak pixels (ensure we go down to 0.1*SAT) for SAT mask
     39     
     40    2) adjust the window for saturated objects
     41
     42    3) measure the radial profile
     43
     44    4) subtract the radial profile
     45   
     46    TBD:
     47
     48    1) carry the radial profile out of this function (element of pmSource)
     49    2) function to replace the radial profile for a source
     50    3) recenter the profile (based)
     51
     52 **/
    3353
    3454bool psphotDeblendSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int fileIndex) {
Note: See TracChangeset for help on using the changeset viewer.