IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12378


Ignore:
Timestamp:
Mar 9, 2007, 9:57:04 AM (19 years ago)
Author:
rhl
Message:

We need to be able to recover and try other PSFs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel-1_0/psModules/src/objects/models/pmModel_QGAUSS.c

    r11527 r12378  
    8888        f2 = 1.0 / PS_SQR(params[PM_PAR_SYY]) - 1.0 / PS_SQR(params[PM_PAR_SXX]);
    8989        q1 = PS_SQR(f1)*AR_RATIO - PS_SQR(f2);
     90#if 0
    9091        assert (q1 > 0);
     92#else
     93        q1 = FLT_EPSILON;               // We need to be able to recover and try other PSFs
     94#endif
    9195        q2  = 0.5*sqrt (q1);
    9296    }
Note: See TracChangeset for help on using the changeset viewer.