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

    r33089 r34378  
    169169        source->tmpFlags |= PM_SOURCE_TMPF_MODEL_GUESS;
    170170
    171         // skip non-astronomical objects (very likely defects)
    172         if (source->mode & PM_SOURCE_MODE_MOMENTS_FAILURE) continue;
     171        // skip non-astronomical objects (very likely defects) and satstars with profiles subtracted
     172        if (source->mode  & PM_SOURCE_MODE_MOMENTS_FAILURE) continue;
     173        if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue;
    173174        if (source->type == PM_SOURCE_TYPE_DEFECT) continue;
    174175        if (source->type == PM_SOURCE_TYPE_SATURATED) continue;
Note: See TracChangeset for help on using the changeset viewer.