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

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