Skip to content

Commit 817a227

Browse files
committed
reproducibility
1 parent abfad6a commit 817a227

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

book/carrot/fwi/adjoint/.rsfproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uses=['sfspike', 'sfricker2', 'sfcat', 'sfput', 'sfacoustic1D', 'sfsmooth', 'sfacoustic1D_FWI_adj', 'sfgraph']
2+
data=[]
3+
size= 1219200

book/carrot/fwi/adjoint/SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Flow('vel_mid',['vel1','vel2', 'vel3','vel4'],'cat axis=1 ${SOURCES[1:-1]}')
1313
Flow('vel','vel_mid','put label1=Distance unit1=m')
1414

1515

16-
Flow(['rec','rec_all'],'src','acoustic1D vel=vel.rsf sx=10 rx=10 rec_all=${TARGETS[1]}' )
16+
Flow(['rec','rec_all'],'src vel','acoustic1D vel=${SOURCES[1]} sx=10 rx=10 rec_all=${TARGETS[1]}' )
1717

1818
Flow('vel_ini','vel','smooth rect1=25')
1919
Flow('vel_recover',['rec','vel_ini','src'],'acoustic1D_FWI_adj vel=${SOURCES[1]} src=${SOURCES[2]} sx=10 rx=10 niter=200' )
@@ -36,4 +36,4 @@ Result('vel_compare2','vel_compare2','graph title="Ture and recovered velocity w
3636

3737

3838

39-
End()
39+
End()

0 commit comments

Comments
 (0)