IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2005, 9:55:31 PM (21 years ago)
Author:
eugene
Message:

finshed deblender, dropped local copies of psModule code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/models/pmModel_WAUSS.c

    r4954 r5718  
    5959    if (flux <= 0) return (1.0);
    6060    if (params->data.F32[1] <= 0) return (1.0);
    61     if (flux >= params->data.F32[1] <= 0) return (1.0);
    6261
    6362    psF64 sigma  = sqrt(2.0) * hypot (1.0 / params->data.F32[4], 1.0 / params->data.F32[5]);
     
    6665}
    6766
    68 bool psModelGuess_WAUSS (psModel *model, psSource *source) {
     67bool psModelGuess_WAUSS (psModel *model, pmSource *source) {
    6968
    7069    psVector *params = model->params;
Note: See TracChangeset for help on using the changeset viewer.