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_QGAUSS.c

    r15834 r17275  
    457457
    458458    status = true;
    459     status &= (dP < 0.5);
     459//    status &= (dP < 0.5);
    460460    status &= (PAR[PM_PAR_I0] > 0);
    461461    status &= ((dPAR[PM_PAR_I0]/PAR[PM_PAR_I0]) < 0.5);
     462
     463    fprintf (stderr, "QGAUSS status pars: dP: %f, I0: %f, S/N: %f\n",
     464             dP, PAR[PM_PAR_I0], (dPAR[PM_PAR_I0]/PAR[PM_PAR_I0]));
    462465
    463466    return status;
Note: See TracChangeset for help on using the changeset viewer.