#59: Save rmss for futher investigations

For instance to plot a fair comparison, see [issues/59#issuecomment-1732](#59 (comment)).
This commit is contained in:
Benjamin Loison
2024-04-30 01:04:33 +02:00
parent 5647ab4019
commit 671a692114
3 changed files with 7 additions and 6 deletions

View File

@@ -56,5 +56,6 @@ plt.title(f'RMS between both subgroups estimated PRNUs with {DENOISER} denoiser
plt.xlabel('Number of images of each subgroup')
plt.ylabel('RMS between both subgroups estimated PRNUs')
plt.plot(rmss)
saveNpArray('{setting}_rmss', rmss)
plt.savefig(f'{setting}_rms_between_estimated_prnu_of_2_subgroups.svg')
#plt.show()