IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2008, 11:16:16 AM (18 years ago)
Author:
eugene
Message:

added EXT_LIMIT, update EXT tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080324/psModules/src/objects/models/pmModel_SERSIC.c

    r15834 r17275  
    442442
    443443    status = true;
    444     status &= (dP < 0.5);
     444//    status &= (dP < 0.5);
    445445    status &= (PAR[PM_PAR_I0] > 0);
    446446    status &= ((dPAR[PM_PAR_I0]/PAR[PM_PAR_I0]) < 0.5);
     447
     448    fprintf (stderr, "SERSIC status pars: dP: %f, I0: %f, S/N: %f\n",
     449             dP, PAR[PM_PAR_I0], (dPAR[PM_PAR_I0]/PAR[PM_PAR_I0]));
    447450
    448451    return status;
Note: See TracChangeset for help on using the changeset viewer.