revise the weighting scheme

constant smoothing weight for all iterations now
This commit is contained in:
Hongjian Fang 2017-12-18 20:23:13 +08:00
parent 6e1c1016b6
commit 6b00b85ba0
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -453,7 +453,8 @@ program SurfTomo
! ADDING REGULARIZATION TERM
weight=dnrm2(dall,cbst,1)**2/dall*weight0
!weight=dnrm2(dall,cbst,1)**2/dall*weight0
weight=weight0
nar_tmp=nar
nars=0