astrohack.visualization.array_cfg_plot

Functions

plot_array_configuration(input_dict, xdtree, caller[, ...])

plot_one_antenna_position(outerax, innerax, xpos, ...)

Plot an antenna to either the inner or outer array boxes

Module Contents

plot_array_configuration(input_dict, xdtree, caller, box_default_size=0.2)[source]
plot_one_antenna_position(outerax, innerax, xpos, ypos, text, box_size, marker='+', color='black')[source]

Plot an antenna to either the inner or outer array boxes :param outerax: Plotting axis for the outer array box :param innerax: Plotting axis for the inner array box :param xpos: X antenna position (east-west) :param ypos: Y antenna position (north-south) :param text: Antenna label :param box_size: Size of the inner array box :param marker: Antenna position marker :param color: Color for the antenna position marker