IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2012, 1:10:10 PM (14 years ago)
Author:
eugene
Message:

add satstar profile operations (add & sub profile and/or noise at appropriate locations; skip stars with profiles for some analysis steps, etc; some mods to visualization for testing

File:
1 edited

Legend:

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

    r34368 r34378  
    143143    }
    144144
    145     // find blended neighbors of very saturated stars (detections->newSources)
     145    // find and subtract radial profile models for saturated stars (XXX change name eventually)
    146146    if (!psphotDeblendSatstars (config, view, filerule)) {
    147147        psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
     
    221221    // NOTE: this block performs the 2nd pass low-significance PSF detection stage
    222222    {
    223         // add noise for subtracted objects
     223        // add noise for subtracted objects & subtracted saturated stars
    224224        psphotAddNoise (config, view, filerule); // pass 1 (detections->allSources)
    225225
     
    253253        // merge the newly selected sources into the existing list
    254254        // NOTE: merge OLD and NEW
    255         // XXX check on free of sources...
    256255        psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources)
    257256
     
    294293        // merge the newly selected sources into the existing list
    295294        // NOTE: merge OLD and NEW
    296         // XXX check on free of sources...
    297295        psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources)
    298296
Note: See TracChangeset for help on using the changeset viewer.