Plotting

Observation Models

beast.plotting.plot_toothpick_details Module

Functions

plot_toothpick_details(asts_filename, ...[, ...])

Plot the details of the toothpick noisemodel creation for each filter.

beast.plotting.plot_noisemodel Module

Functions

plot_noisemodel(sed_file, noise_file_list, ...)

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

beast.plotting.plot_ast_histogram Module

Functions

plot_ast_histogram(ast_file[, sed_grid_file])

Make a histogram of the AST fluxes.

beast.plotting.plot_completeness Module

Functions

plot_completeness(physgrid_list, ...[, ...])

Make visualization of the completeness

Fitting

beast.plotting.plot_indiv_fit Module

Plot the individual fit for a single observed star

Functions

plot_indiv_fit(filebase[, starnum, savefig, ...])

Plot the individual fit for a single observed star including best fit & percentile parameters and various 1D pPDFs

beast.plotting.plot_indiv_pdfs Module

Functions

plot_indiv_pdfs(pdf1d_file, pdf2d_file, starnum)

Make a triangle/corner plot with the 1D and 2D PDFs of a star

beast.plotting.plot_chi2_hist Module

Functions

plot_chi2_hist(beast_stats_file[, n_bins])

Make a histogram of the chi2 values

beast.plotting.plot_param_err Module

Functions

plot_param_err(beast_stats_file[, ...])

Make a plot of each parameter vs the parameter errors

beast.plotting.plot_param_recovery Module

Functions

plot_param_recovery(sim_data_list, ...[, ...])

Make plots comparing the physical parameters from simulated data to the recovered physical parameters

beast.plotting.plot_triangle Module

Functions

plot_triangle(beast_stats_file[, param_list])

Make a triangle/corner plot of everything vs everything

Data/Simulations

beast.plotting.plot_filters Module

Make a nice plot of the filter response functions

Functions

plot_filters(filter_names[, filterLib, ...])

Plots transmission curves in log-log space.

beast.plotting.plot_cmd Module

Functions

plot_cmd(fitsfile[, mag1_filter, ...])

Read in flux from real or simulated data in fitsfile and plot a color-magnitude diagram based on specified filters.

beast.plotting.plot_cmd_with_fits Module

Functions

plot_cmd_with_fits(data_fits_file, ...[, ...])

Make a CMD with the data, and color-code points by some other fitted quantity

beast.plotting.plot_mag_hist Module

Functions

plot_mag_hist(data_file[, stars_per_bin, ...])

Make histograms of magnitudes.

beast.plotting.make_ds9_region_file Module

Functions

region_file_fits(input_file[, col_color, ...])

Make a ds9 region file out of the catalog or AST fits file.

region_file_txt(input_file[, col_color, ...])

Same as the function above, but for a text file - specifically, the DOLPHOT artificial star input file generated by make_ast_xy_list.py.