Skip to content

Commit

Permalink
Missed a merge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhosk committed Oct 4, 2023
1 parent 111d501 commit 1561e1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/astrohack/_utils/_extract_locit.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ def _plot_source_table(filename, src_dict, label=True, precessed=False, obs_midp
return


<<<<<<< HEAD
def _plot_antenna_table(ant_dict, telescope_name, param_dict):
"""Plot antenna positions"""
=======
def _plot_array_configuration(ant_dict, telescope_name, parm_dict):
""" backend for plotting array configuration
Expand All @@ -348,7 +344,6 @@ def _plot_array_configuration(ant_dict, telescope_name, parm_dict):
telescope_name: Name of the telescope used in observations
parm_dict: Parameter dictionary crafted by the calling function
"""
>>>>>>> main

telescope = _open_telescope(telescope_name)
stations = param_dict['stations']
Expand Down

0 comments on commit 1561e1f

Please sign in to comment.