Skip to content

Commit

Permalink
remove_votable_fields removed from recent astroquery.simbad versions;…
Browse files Browse the repository at this point in the history
… not needed?
  • Loading branch information
Erik Jensen committed Jan 25, 2025
1 parent 9c87f91 commit 0a6e563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flows/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ def query_simbad(coo_centre, radius=24 * u.arcmin):

s = Simbad()
s.ROW_LIMIT = 0
s.remove_votable_fields('coordinates')
s.add_votable_fields('ra(d;A;ICRS;J2000)', 'dec(d;D;ICRS;2000)', 'pmra', 'pmdec')
s.add_votable_fields('otype')
s.add_votable_fields('flux(B)', 'flux(V)', 'flux(R)', 'flux(I)', 'flux(J)', 'flux(H)', 'flux(K)')
Expand Down

0 comments on commit 0a6e563

Please sign in to comment.