Skip to content

Commit

Permalink
Correct convergence surfaces labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirack committed Feb 8, 2024
1 parent 01e7a8e commit 66d5019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/test_parameters/fixed_temp0/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ from rsf.proj import *
s="surface"
Flow(s,s+'.asc','dd type=float form=native | smooth rect1=5 rect2=5 repeat=1')

Result(s,'grey color=j scalebar=y')
Result(s,'grey color=j scalebar=y title=Semblance')

End()
2 changes: 1 addition & 1 deletion test/test_parameters/fixed_trial_moves/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ from rsf.proj import *
s="surface"
Flow(s,s+'.asc','dd type=float form=native | smooth rect1=5 rect2=5 repeat=1')

Result(s,'grey color=j scalebar=y')
Result(s,'grey color=j scalebar=y title=Semblance')

End()
5 changes: 1 addition & 4 deletions test/test_parameters/fixed_trial_moves/plot_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import subprocess
import matplotlib.pyplot as plt
from matplotlib import cm
import numpy as np

oc0=0.
dc0=0.033
Expand Down Expand Up @@ -42,4 +39,4 @@
lsemb.append(float(lista[3]))
print(float(lista[3]))

print("n1=%d d1=%g o1=%g label1=c0 n2=%d d2=%g o2=%g label2=Iterations data_format=ascii_float in=surface.asc" % (nc0,dc0,oc0,ntemp0,dtemp0,otemp0))
print("n1=%d d1=%g o1=%g label1=c0 n2=%d d2=%g o2=%g label2=temp0 data_format=ascii_float in=surface.asc" % (nc0,dc0,oc0,ntemp0,dtemp0,otemp0))

0 comments on commit 66d5019

Please sign in to comment.