Skip to content

Commit 85ec6b3

Browse files
committed
Finished??? resolution final forward inverse
1 parent ff1363a commit 85ec6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resolution_1/resolution_final_forward_inverse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def RHG_misfit(log_poro, theoretical_poro, range_of_interest=(2145, 12100)):
327327
plt.text(best_matrix_vel+2.5, 0.12, r'$Minimum = %s \mu s / ft $' % (best_matrix_vel), color='r')
328328
plt.ylabel("RMSE misfit")
329329
plt.xlabel(r"$Matrix \ velocity \ (\mu s / ft)$")
330-
plt.savefig("/home/murray/Documents/thesis_python_code/Resolution_inverse_matrix_misfit.pdf",bbox_inches='tight')
330+
#plt.savefig("/home/murray/Documents/thesis_python_code/Resolution_inverse_matrix_misfit.pdf",bbox_inches='tight')
331331
plt.show()
332332

333333
## Plot test curves of theoretical poro and cal poro, to check everything
@@ -341,5 +341,5 @@ def RHG_misfit(log_poro, theoretical_poro, range_of_interest=(2145, 12100)):
341341
plt.ylabel('Depth, km')
342342
plt.gca().invert_yaxis()
343343
plt.xlim(0,0.6)
344-
plt.savefig("/home/murray/Documents/thesis_python_code/Resolution_inverse_log.pdf",bbox_inches='tight')
344+
#plt.savefig("/home/murray/Documents/thesis_python_code/Resolution_inverse_log.pdf",bbox_inches='tight')
345345
plt.show()

0 commit comments

Comments
 (0)