IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2022, 3:40:12 PM (4 years ago)
Author:
eugene
Message:

add useReweighting option to pmSourceFitOptions (passed to psMinimization)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.c

    r36859 r42014  
    6969    opt->chisqConvergence = true;
    7070    opt->isInteractive = false;
     71    opt->useReweighting = false;
    7172
    7273    return opt;
     
    251252    myMin->chisqConvergence = options->chisqConvergence;
    252253    myMin->isInteractive = options->isInteractive;
     254    myMin->useReweighting = options->useReweighting;
    253255
    254256    psImage *covar = psImageAlloc (params->n, params->n, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.