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

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