Uppercase on class names. Add flag for Directive.Update_Wj. Remove trailing spaces. Remove old DC example.

This commit is contained in:
D Fournier
2016-04-07 09:25:20 -07:00
parent 822f6d333d
commit d13c540be0
4 changed files with 11 additions and 238 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ def run(N=200, plotIt=True):
beta = Directives.BetaSchedule(coolingFactor=1, coolingRate=1)
#betaest = Directives.BetaEstimate_ByEig()
target = Directives.TargetMisfit()
IRLS =Directives.update_IRLS( phi_m_last = phim, phi_d_last = phid )
IRLS =Directives.Update_IRLS( phi_m_last = phim, phi_d_last = phid )
inv = Inversion.BaseInversion(invProb, directiveList=[beta,IRLS])