mirror of
https://github.com/HongjianFang/DSurfTomo.git
synced 2025-05-07 15:41:14 +08:00
revise the weighting scheme
constant smoothing weight for all iterations now
This commit is contained in:
parent
6e1c1016b6
commit
6b00b85ba0
BIN
src/DSurfTomo
BIN
src/DSurfTomo
Binary file not shown.
@ -453,7 +453,8 @@ program SurfTomo
|
|||||||
|
|
||||||
|
|
||||||
! ADDING REGULARIZATION TERM
|
! ADDING REGULARIZATION TERM
|
||||||
weight=dnrm2(dall,cbst,1)**2/dall*weight0
|
!weight=dnrm2(dall,cbst,1)**2/dall*weight0
|
||||||
|
weight=weight0
|
||||||
nar_tmp=nar
|
nar_tmp=nar
|
||||||
nars=0
|
nars=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user