slice RMS instead of Score
This commit is contained in:
parent
c31cbb8242
commit
4b7386ae7d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def plot_imshow_with_reference( data_list,
|
|||
|
||||
# Add the score on the plots
|
||||
for i, data in enumerate(data_list):
|
||||
axes[1, i].text(0.5, 0.9, f"Score: {score(data, reference):.2e}", fontsize=10, transform=axes[1, i].transAxes, color='white')
|
||||
axes[1, i].text(0.5, 0.9, f"RMS: {score(data, reference):.2e}", fontsize=10, transform=axes[1, i].transAxes, color='white')
|
||||
# plt.tight_layout()
|
||||
else:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue