plot_noisemodel¶
-
beast.plotting.plot_noisemodel.plot_noisemodel(sed_file, noise_file_list, plot_file, samp=100, color=['black', 'red', 'gold', 'lime', 'xkcd:azure'], label=None)[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
- colorlist of strings (default=[‘black’,’red’,’gold’,’lime’,’xkcd:azure’])
colors to cycle through when making plots
- labellist of strings (default=None)
if set, use these labels in a legend for each item in noise_file_list