We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# sfgpufwi is not working with shots in hh format. it outputs nan values in vsnaps
cmd((f"sfgenshots < {'vel.rsf'} csdgather=n fm={3} amp=1 dt={dt} ns={ns} ng={ng} nt={nt} " f"sxbeg={sxbeg} szbeg=2 jsx={jsx} jsz=0 gxbeg={gxbeg} gzbeg={szbeg} jgx={jgx} jgz=0 --out=stdout> shots.rsf")) cmd((f"sfgpufwi < {'smvel.rsf'} shots={'shots.rsf'} > " f"{'vsnaps_.rsf'} grads={'grads_.rsf'} objs={'objs_.rsf'} illums={'illums_.rsf'} " f" niter={str(Niter)} precon=n verb=y rbell=10 "))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cmd((f"sfgenshots < {'vel.rsf'} csdgather=n fm={3} amp=1 dt={dt} ns={ns} ng={ng} nt={nt} "
f"sxbeg={sxbeg} szbeg=2 jsx={jsx} jsz=0 gxbeg={gxbeg} gzbeg={szbeg} jgx={jgx} jgz=0 --out=stdout> shots.rsf"))
cmd((f"sfgpufwi < {'smvel.rsf'} shots={'shots.rsf'} > "
f"{'vsnaps_.rsf'} grads={'grads_.rsf'} objs={'objs_.rsf'} illums={'illums_.rsf'} "
f" niter={str(Niter)} precon=n verb=y rbell=10 "))
The text was updated successfully, but these errors were encountered: