Skip to content
New issue

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

absmag_g_r column is incorrect #796

Open
NickyBfudd opened this issue Apr 28, 2023 · 0 comments
Open

absmag_g_r column is incorrect #796

NickyBfudd opened this issue Apr 28, 2023 · 0 comments

Comments

@NickyBfudd
Copy link

When requesting g-r colors in a query, u-g colours are instead returned.

To Reproduce

from marvin.tools.query import Query
q = Query(search_filter='nsa.z < 0.1', return_params=['absmag_g_r', 'nsa.elpetro_absmag'])
r = q.run()
r.results

From inspecting the outputs of r.results and comparing the g-r colors to the corresponding FNugriz magnitudes, it is apparent that 'absmag_g_r' is returning u-g colors.

Expected behaviour
'absmag_g_r' returns g-r colors.

Desktop (please complete the following information):

  • masOS Big Sur, Version 11.7.3
  • Version of Marvin: 2.8.0

Additional context
This issue is apparent in https://sdss-marvin.readthedocs.io/en/latest/tutorials/notebooks/Marvin_Results.html, in which the plotted range of g-r colors extends to significantly higher values than would be expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant