<code>gollum</code>
<code>gollum</code>: An intuitive programmatic and visual interface for precomputed synthetic spectral model grids - Published in JOSS (2024)
Science Score: 100.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
2 of 5 committers (40.0%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Keywords from Contributors
Scientific Fields
Repository
A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy
Basic Info
- Host: GitHub
- Owner: BrownDwarf
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://gollum-astro.readthedocs.io/
- Size: 13.8 MB
Statistics
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 31
- Releases: 9
Topics
Metadata Files
README.md
gollum
Version 0.4.3
A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy.

The goal of this repo is to provide a Python Application Programming Interface (API) to several different synthetic spectral models. gollum will be built on the astropy affiliated package specutils, and will be inspired by the API design of lightkurve. This project is loosely related to the parallel muler framework that is built on specutils and focuses on data. This project is all about models. The code itself and will have some overlap with functionality in Starfish, and this project could one day become a microservice to Starfish, rather than duplicate code.
Dashboard
We have a human-in-the-loop interactive dashboard which allows users to compare data to models. The current version of the dashboard supports the Sonora-Bobcat 2021 Models and the PHOENIX model grid.

This dashboard allows users to control sliders correlating with intrinsic properties (effective temperature, surface gravity, and metallicity) and extrinsic properties (rotational broadening, radial velocity, and a normalization scalar). From the selected intrinsic values, the dashboard can find the closest matching model (based on the closest existing point in a jagged 3D array of existing intrinsic values) and display it on screen so that the user can compare it with the real data. The data itself shows up as a blue plot, while the model is red, which will allow users to make by-eye fittings of the models to the data displayed.
There is some latency in the updating of the model's graph when the user moves certain sliders too quickly. This latency comes from the large amount of data points and the effect of the curse of dimensionality when it comes to the search for the nearest grid point based on intrinsic values that the dashboard must do with each update of the sliders. This latency mostly only applies when the user moves the sliders very quickly, however. More gradual movement of the sliders allows for relatively smooth updating of the model spectrum with minimal latency.
Cite this software:
@ARTICLE{gollum,
author = {{Shankar}, Sujay and {Gully-Santiago}, Michael and {Morley}, Caroline and {Cao}, Jiayi and {Kaplan}, Kyle and {Kimani-Stewart}, Karina and {Gonzalez-Arg{\'u}eta}, Diana},
title = "{gollum: An intuitive programmatic and visual interface for precomputed synthetic spectral model grids}",
journal = {The Journal of Open Source Software},
keywords = {astronomy, spectroscopy, stars, echelle, Jupyter Notebook, Python},
year = 2024,
month = aug,
volume = {9},
number = {100},
eid = {6601},
pages = {6601},
doi = {10.21105/joss.06601},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024JOSS....9.6601S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
The package is under active development. Feel free to contibute by either raising issues here in GitHub or by submitting pull requests. If you have questions or need help, please also use GitHub issues to reach out to the development team and we will do our best to assist you.
Owner
- Name: Brown Dwarfs
- Login: BrownDwarf
- Kind: organization
- Location: Austin, TX
- Website: gully.github.io
- Repositories: 33
- Profile: https://github.com/BrownDwarf
Research about astrophysics with a focus on low mass stars
JOSS Publication
<code>gollum</code>: An intuitive programmatic and visual interface for precomputed synthetic spectral model grids
Authors
The University of Texas at Austin | Department of Astronomy, Austin, TX, USA
New Jersey Institute of Technology | Department of Physics, Newark, NJ, USA
Tags
astronomy spectroscopy stars echelleCitation (CITATION.md)
Cite this software:
```
@ARTICLE{gollum,
author = {{Shankar}, Sujay and {Gully-Santiago}, Michael and {Morley}, Caroline and {Cao}, Jiayi and {Kaplan}, Kyle and {Kimani-Stewart}, Karina and {Gonzalez-Arg{\'u}eta}, Diana},
title = "{gollum: An intuitive programmatic and visual interface for precomputed synthetic spectral model grids}",
journal = {The Journal of Open Source Software},
keywords = {astronomy, spectroscopy, stars, echelle, Jupyter Notebook, Python},
year = 2024,
month = aug,
volume = {9},
number = {100},
eid = {6601},
pages = {6601},
doi = {10.21105/joss.06601},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024JOSS....9.6601S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```
GitHub Events
Total
- Create event: 5
- Release event: 3
- Issues event: 5
- Watch event: 1
- Delete event: 3
- Issue comment event: 6
- Push event: 8
- Pull request event: 1
- Pull request review event: 1
- Fork event: 1
Last Year
- Create event: 5
- Release event: 3
- Issues event: 5
- Watch event: 1
- Delete event: 3
- Issue comment event: 6
- Push event: 8
- Pull request event: 1
- Pull request review event: 1
- Fork event: 1
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| gully | i****y@g****m | 129 |
| Sujay Shankar | s****r@u****u | 122 |
| Jiayi-Cao | 9****o | 7 |
| astrocaroline | c****y@u****u | 1 |
| Dan Foreman-Mackey | f****y@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 86
- Total pull requests: 35
- Average time to close issues: 4 months
- Average time to close pull requests: 19 days
- Total issue authors: 17
- Total pull request authors: 5
- Average comments per issue: 1.41
- Average comments per pull request: 0.34
- Merged pull requests: 32
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 1
- Average time to close issues: 3 months
- Average time to close pull requests: about 1 hour
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- gully (45)
- DanielAndreasen (9)
- SujayShankarUT (9)
- rhdtownsend (7)
- kfkaplan (2)
- SujayShankar2001 (2)
- Jiayi-Cao (2)
- cosmicbabs (2)
- itroitskaya (1)
- zjzhang42 (1)
- cwdix1 (1)
- Tusay (1)
- Sujay-Shankar (1)
- nattieg (1)
- gmace (1)
Pull Request Authors
- SujayShankarUT (14)
- gully (13)
- Jiayi-Cao (5)
- dfm (2)
- astrocaroline (2)
- kfkaplan (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 237 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 2
(may contain duplicates) - Total versions: 10
- Total maintainers: 4
pypi.org: gollum
An intuitive programmatic and visual interface for precomputed synthetic spectral model grids
- Homepage: https://github.com/BrownDwarf/gollum
- Documentation: https://gollum.readthedocs.io/
- License: MIT License Copyright (c) 2021 gully Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
Latest release: 0.4.3
published 4 months ago
Rankings
Maintainers (4)
pypi.org: panda-lib
A Python package for working with precomputed synthetic spectral models
- Homepage: https://github.com/BrownDwarf/gollum
- Documentation: https://panda-lib.readthedocs.io/
- License: MIT License
-
Latest release: 2.3.6
published almost 3 years ago
Rankings
Dependencies
- astropy >=4.1
- bokeh *
- importlib_resources *
- ipykernel *
- matplotlib *
- nbsphinx *
- numpy *
- numpydoc *
- pandas *
- scipy *
- specutils >=1.2
- sphinx >=3.2.1
- sphinx-gallery *
- sphinx-material *
- tqdm *
- astropy *
- importlib_resources *
- matplotlib *
- numpy *
- pandas *
- scipy *
- specutils >=1.5
- tqdm *
- actions/checkout v2 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- nick-fields/retry v2 composite
- astropy >=4.1
- astroquery
- black
- bokeh
- coverage
- coveralls
- h5py
- importlib_resources
- ipython
- isort
- jupyter
- matplotlib
- nbsphinx
- numpy
- numpydoc
- pandas
- pip
- pytest
- python 3.8.*
- scipy
- seaborn
- specutils >=1.2
- sphinx
- sphinx-automodapi
- tox
- tqdm
- twine