gollum
gollum copied to clipboard
A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy
The API docs have seen quite a bit of improvement since I began reviewing gollum, but still need some tidying up. For instance, there is a bogus "PHOENIX Spectrum" header...
A number of places in the docs presume that the download directory will be ~/Downloads (see, e.g., the instructions [here](https://gollum-astro.readthedocs.io/en/latest/fetching_models.html). While that may be true on MacOS, it certainly isn't...
When attempting to run test_phoenix.py, I get the following warnings: ``` (gollum_dev) townsend@laphroaig ~/devel/gollum/tests $ py.test -vs test_phoenix.py ============================================================== test session starts =============================================================== platform darwin -- Python 3.12.3, pytest-8.2.0, pluggy-1.5.0...
Hi again, I've tried running the quickstart tutorial (https://gollum-astro.readthedocs.io/en/latest/quickstart.html) from ipython (not notebook), and I don't get a plot after running the commands: ```python ax = normalized_spectrum.plot() ax.set_ylim(0, 2) ```...
Is there a way to change where gollum searches for grid data? If it is hardwired to ~/libraries/raw, that should be user-changeable. Review link: https://github.com/openjournals/joss-reviews/issues/6601
Hi! This is not an issue but a question: I'm working with very low-res spectra. I was checking the code, and I saw that I could request the PHOENIXGrid with...
Hi Gully! I hope you are well! I remember Gollum from the past CoolStars, and I wanted to try it! I had some issues with Bokeh and the localhost when...
In issue #12 we discuss prospects of caching grids in an efficient binary format such as .npy files. However, that issue implied that the user would be doing the caching...
Currently we offer the `download=True` flag, which programmatically fetches primary source `.fits` file from the ftp site for PHOENIX. We do not offer such a flag for Sonora due to...
Currently, the user has to manually enter the location of their grid data each time they access a spectrum, unless they happen to conform to "/libraries/raw/PHOENIX" eg., which is the...