Skip to content

Commit

Permalink
write down the combined noise
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut committed Nov 4, 2024
1 parent 293ade8 commit 0e200b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
plt.plot(lb[id], 1 / inv_Nb_mean[id], linestyle=linestyle, label= f"DR6 effective noise", color="black")


np.savetxt(f"{noise_dir}/DR6_noise_combined_{spec}.dat", np.transpose([lb, 1 / inv_Nb_mean]))
plt.ylim(yrange[spec])
plt.xlim(0, 6000)
ax.legend(fontsize=14, loc='center left', bbox_to_anchor=(1, 0.5))
Expand Down

0 comments on commit 0e200b6

Please sign in to comment.