timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
120 stars 62 forks source link

Error in Regex #166

Closed Sam-2727 closed 2 years ago

Sam-2727 commented 2 years ago

The Regex expression currently in the repository is not reading certain magnitude bands correctly. For instance, it read "GALEX_NUV" as "GALEX," causing an error. This pull request should fix that.

timothydmorton commented 2 years ago

Thank you for catching this!