Skip to content

Commit

Permalink
rm coords
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Nov 5, 2024
1 parent ccac0e7 commit a2be95b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frb/builds/build_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ def main(options:str=None, frb:str=None):
# Read public host table
if frb is None:
host_tbl = hosts.load_host_tbl()

host_coords = [SkyCoord(host_coord, frame='icrs') for host_coord in host_tbl.Coord.values]
#host_coords = [SkyCoord(host_coord, frame='icrs') for host_coord in host_tbl.Coord.values]

# Generate FRBs for PATH analysis
frb_list = host_tbl.FRB.values.tolist()
Expand Down

0 comments on commit a2be95b

Please sign in to comment.