mfouesneau / pyphot

suite to deal with passband photometry
https://mfouesneau.github.io/pyphot/
MIT License
57 stars 18 forks source link

TypeError when querying SVO filter service #50

Closed tjayasinghe closed 2 months ago

tjayasinghe commented 1 year ago

Running svo.get_pyphot_astropy_filter("GAIA/GAIA3.Gbp") gives the following error:

File "\Anaconda3\lib\site-packages\pyphot\svo.py", line 55, in get_pyphot_astropy_filter
    name=params['filterID'].replace('/', '_'),

TypeError: a bytes-like object is required, not 'str'
mfouesneau commented 5 months ago

I cannot reproduce this issue.

mfouesneau commented 2 months ago

Old issue that was not reproduced. Closing. Please reopen if you have more information.