IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25662


Ignore:
Timestamp:
Sep 29, 2009, 10:10:32 AM (17 years ago)
Author:
eugene
Message:

drop unused paramters; do not apply separate EXT SN limits (vs NONLINEAR FIT SN limits)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotSourceFits.c

    r25618 r25662  
    193193}
    194194
    195 static float EXT_MIN_SN;
    196 static float EXT_MOMENTS_RAD;
    197195static pmModelType modelTypeEXT;
    198196
     
    200198
    201199    bool status;
    202 
    203     // extended source model parameters
    204     EXT_MIN_SN       = psMetadataLookupF32 (&status, recipe, "EXT_MIN_SN");
    205     EXT_MOMENTS_RAD  = psMetadataLookupF32 (&status, recipe, "EXT_MOMENTS_RADIUS");
    206200
    207201    // extended source model descriptions
     
    224218    if (source->type == PM_SOURCE_TYPE_DEFECT) return false;
    225219    if (source->type == PM_SOURCE_TYPE_SATURATED) return false;
    226     if (source->peak->SN < EXT_MIN_SN) return false;
    227220
    228221    // set the radius based on the footprint (also sets the mask pixels)
Note: See TracChangeset for help on using the changeset viewer.