IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2010, 3:19:38 PM (16 years ago)
Author:
eugene
Message:

add maxTol and maxChisqDOF to psMin to allow for better control over fit success and convergence; add options to fit only index or without index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/imcombine/pmPSFEnvelope.c

    r28643 r28656  
    416416    options->fitOptions                = pmSourceFitOptionsAlloc();
    417417    options->fitOptions->nIter         = SOURCE_FIT_ITERATIONS;
    418     options->fitOptions->tol           = 0.01;
     418    options->fitOptions->minTol        = 0.01;
     419    options->fitOptions->maxTol        = 1.00;
    419420    options->fitOptions->poissonErrors = true;
    420421    options->fitOptions->weight        = VARIANCE_VAL;
Note: See TracChangeset for help on using the changeset viewer.