plot_noisemodel

beast.plotting.plot_noisemodel.plot_noisemodel(sed_file, noise_file_list, plot_file, samp=100, cmap_name='viridis')[source]

Make a plot of the noise model: for each of the bandsm make plots of bias and uncertainty as a function of flux

If there are multiple files in noise_file_list, each of them will be overplotted in each panel.

Parameters:
sed_filestring

path+name of the SED grid file

noise_file_listlist of strings

path+name of the noise model file(s)

plot_filestring

name of the file to save the plot

sampint (default=100)

plotting all of the SED points takes a long time for a viewer to load, so set this to plot every Nth point

cmap_namestring (default=plt.cm.viridis)

name of a color map to use