Plotting
Diagnostic plots: astroplot thumbnails, photometry overlays, and run summaries.
- sphot.plotting.astroplot(data, percentiles=[1, 99.9], cmap='viridis', ax=None, offset=0, norm=None, figsize=(5, 5), title=None, set_bad='r', **kwargs)[source]
plot 2d data in the log scale. Automatically takes care of the negative values.
- sphot.plotting.plot_sersicfit_result(data, data_annulus, _img)[source]
Plot the sersic profile fit result.
- Parameters:
data (2d array) – the original data
_img (2d array) – the fitted model image
- Returns:
None