Module: plot_tools

class Formatter(im)[source]

Bases: object

Methods

__call__(x, y)
analysis_plot(image, selected_coords, fluxes, cluster_list, title='fig', plot=False, gal_id=None, threshold=None, K=None, only_detection=False, fig_name='detection_plot', msk=None)[source]
do_detection_plot(ax, image, cluster_list, sex_srcs_array=None, plot_core_points=True, plot_cnt=True, arrows=True, plot_ID=True, plot_cl_centroid=True, title='detection plot', font_size=10, plot_image_center=False)[source]
plot_contour(ax, x_contour, y_contour, color, delta_max=5)[source]
ring_detection_plot(image, ring_image_array, new_coords_cartesian, cluster_list, x_c, y_c, x_hist, y_hist, x_c_fit=None, y_c_fit=None, R_c_fit=None, title='fig', plot=False, gal_id=None, fig_name='detection_plot', msk=None)[source]
show_image(image_array, plot=False, ax=None, clim=None, cmap=None)[source]