You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following line:
nn_logsol = fakemag_to_logsol(result["g_fakemag"], band="G")
It shows KeyError: 'G'
Further investigation shows that fakemag_to_sol only have
:type band: str(['U', 'B', 'V', 'R', 'I', 'J', 'H', 'K','u', 'g', 'r', 'i', 'z']) as type of band
Trying with "g" shows the exact same result.
The text was updated successfully, but these errors were encountered:
I think you need to use the latest commit of astroNN which I can do a versioned release later this week but in the meantime please try to download the latest commit by
git clone https://github.com/henrysky/astroNN.git
and then go into the folder astroNN and do the following
When running the following line:
nn_logsol = fakemag_to_logsol(result["g_fakemag"], band="G")
It shows KeyError: 'G'
Further investigation shows that fakemag_to_sol only have
:type band: str(['U', 'B', 'V', 'R', 'I', 'J', 'H', 'K','u', 'g', 'r', 'i', 'z']) as type of band
Trying with "g" shows the exact same result.
The text was updated successfully, but these errors were encountered: