Skip to content

Commit

Permalink
Updated ATNF catalog to v2.51
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Feb 13, 2025
1 parent a378990 commit d0ca628
Show file tree
Hide file tree
Showing 4 changed files with 3,761 additions and 3,508 deletions.
2 changes: 1 addition & 1 deletion examplescripts/ppdot_plane_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
all_he = np.unique(np.concatenate((hepsrs, nonradios)))
color = 'magenta' if usecolor else 'black'
plt.plot(ps[all_he], pds[all_he], '^', ms=6, mew=1.1, mec=color, mfc='none',
label="X-ray/$\gamma$-ray")
label=r"X-ray/$\gamma$-ray")

# Plot the binaries as circles
plt.plot(ps[binaries], pds[binaries], 'ko', ms=8, mfc='none',
Expand Down
Loading

0 comments on commit d0ca628

Please sign in to comment.