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_file (string) – path+name of the SED grid file
noise_file_list (list of strings) – path+name of the noise model file(s)
plot_file (string) – name of the file to save the plot
samp (int (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_name (string (default=plt.cm.viridis)) – name of a color map to use