IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2013, 5:56:56 PM (13 years ago)
Author:
eugene
Message:

more work on the central pixel optimizations -- perhaps not needed (not so expensive?); add some interactive support for PCM chisq fitting; EXP and DEV are for the moment using subdivided central pixels, but this is perhaps too slow?; turn on sky fitting for the PCM model fitting

File:
1 edited

Legend:

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

    r35768 r35961  
    6666    opt->gainFactorMode = 0;
    6767    opt->chisqConvergence = true;
     68    opt->isInteractive = false;
    6869
    6970    return opt;
     
    247248    myMin->gainFactorMode = options->gainFactorMode;
    248249    myMin->chisqConvergence = options->chisqConvergence;
     250    myMin->isInteractive = options->isInteractive;
    249251
    250252    psImage *covar = psImageAlloc (params->n, params->n, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.