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

    r33089 r34378  
    182182        if (saveTest) {
    183183            psphotSaveImage(NULL, testImage, "test.image.1.fits");
     184        }
     185
     186        // satstars modeled as a radial profile need special handling
     187        if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) {
     188            psphotSatstarPhotometry (source);
     189            continue;
    184190        }
    185191
Note: See TracChangeset for help on using the changeset viewer.