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/psphotSourceStats.c

    r33840 r34378  
    447447        }
    448448
     449        // skip saturated stars modeled with a radial profile (this probably never happens, since it is set after)
     450        if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue;
     451
    449452        if (!(source->peak->type == PM_PEAK_SUSPECT_SATURATION)) {
    450453            // measure basic source moments (no S/N clipping on input pixels)
Note: See TracChangeset for help on using the changeset viewer.