astrohack.visualization.array_cfg_plot
Functions
|
|
|
Plot an antenna to either the inner or outer array boxes |
Module Contents
- 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