Skip to content

Commit

Permalink
Decrease CModel initial gradientThreshold to improve convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Jun 29, 2018
1 parent 68eea42 commit f34eefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lsst/meas/modelfit/CModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ struct CModelControl {
fallbackInitialMomentsPsfFactor(1.5)
{
initial.nComponents = 3; // use very rough model in initial fit
initial.optimizer.gradientThreshold = 1E-2; // with coarse convergence criteria
initial.optimizer.gradientThreshold = 1E-3; // with slightly coarser convergence criteria
initial.optimizer.minTrustRadiusThreshold = 1E-2;
initial.usePixelWeights = true;
dev.profileName = "luv";
Expand Down

0 comments on commit f34eefe

Please sign in to comment.