@article{psrqpy, author = {{Pitkin}, M.}, title = "{psrqpy: a python interface for querying the ATNF pulsar catalogue}", volume = 3, number = 22, pages = 538, month = feb, year = 2018, journal = "{Journal of Open Source Software}", doi = {10.21105/joss.00538}, url = {...
A simple query of the catalogue to, e.g., just return all pulsar frequencies, would be: importpsrqpyq=psrqpy.QueryATNF(params='F0')# get frequencies as an astropy tablet=q.tableprint(t['F0']) You can query multiple parameters, e.g.: ...