We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of storing the filters in the package, use astroquery to download the profiles as needed. https://astroquery.readthedocs.io/en/latest/svo_fps/svo_fps.html
astroquery
The text was updated successfully, but these errors were encountered:
Maybe we can just start this by using it if the filter isn't found in the data. I think right now, it's giving this error:
IndexError bp = svo.Filter(band) ... FILTERS ON FILE: FILTERS ON FILE: NIRISS.GR700XD.1, MIRI.F1280W, WFC3_IR.F125W, WFPC2.F656N, NIRCam.F356W, NIRISS.F200W, IRAC.I2, STIS.G750L, NIRISS.GR700XD.2,
Sorry, something went wrong.
No branches or pull requests
Instead of storing the filters in the package, use
astroquery
to download the profiles as needed.https://astroquery.readthedocs.io/en/latest/svo_fps/svo_fps.html
The text was updated successfully, but these errors were encountered: