gollum icon indicating copy to clipboard operation
gollum copied to clipboard

A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy

Results 37 gollum issues
Sort by recently updated
recently updated
newest added

should add a `save` button to store, and a `load` button to load grids without repeatedly processing them.

enhancement
performance

We currently assume Angstroms everywhere in `gollum`. While that is convenient, some communities are used to microns or nanometers, or maybe even wavenumbers. We should allow the spectra to reside...

We should make a tutorial showing how to apply the interactive dashboards to low resolution spectra. We had previously focused on high-resolution applications, but many practitioners think at low resolution,...

This is partly a feature request but also partly an example of how this might be done. You can load a grid of models, for example PHOENIX models like so...

In addition to lowering the barrier to downloading and setting up the whole grid (#26), we also want to make the downloading extremely fast for quick-look purposes. It may therefore...

Downloading, unzipping, and moving the model grids into the right location is time consuming, platform-dependent, and error-prone. We want a solution that provides access to the model grids quickly and...

@DanielAndreasen brought up a good point that gollum should support the creation of windowed dashboards instead of only relying on jupyter's functionality. We decided to sort of pop this out...