IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2009, 2:33:50 PM (17 years ago)
Author:
Paul Price
Message:

Set default parameter limits to LAX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/objects/models/pmModel_QGAUSS.c

    r25564 r25695  
    4848
    4949// Parameter limits to use
    50 static float *paramsMinUse = NULL;
    51 static float *paramsMaxUse = NULL;
     50static float *paramsMinUse = paramsMinLax;
     51static float *paramsMaxUse = paramsMaxLax;
    5252static float betaUse[] = { 1000, 3e6, 5, 5, 1.0, 1.0, 0.5 };
    5353
Note: See TracChangeset for help on using the changeset viewer.