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

I'm on a chat with @SujayShankar2001 right now and we're talking about tradeoffs with specutils subclassing. See related issue in muler: https://github.com/OttoStruve/muler/issues/149 In our current gollum/muler ecosystem, here are the...

Hi Gully, I am a PhD student working with @benjaminpope the The University of Queensland. I am trying to use interactive fitting with PHOENIX dashboard and get this error during...

I just noticed a code by @bmorris3 called `expecto`: https://github.com/bmorris3/expecto It's a really lightweight package to fetch PHOENIX models. We should check out the code to compare data fetching and...

We saw a neat demo of the auto-re-normalize button for the dashboard. It's prohibitively slow, I think because we are making copies and making new fitting objects each time. I...

Sujay and I had a good IRL chat about having more dot methods on the grid classes. The sibling package `muler` has these for the SpectrumCollection-like counterpart. Often these dot...

When we change the starspot temperature, we see no change in either the component spectrum or the combined spectrum.

The convolution process currently leaves edge effects. We should explore if we can reduce edge effects with some clever kwargs in np.convolve. But we should also just have a `.trim_edges`...

enhancement

@SujayShankarUT added `download=True` to PHOENIXGrid, which allows easy pre-caching of the grids, automatically by astropy! We had previously talked about adding a way to precache the model grids to lessen...

I've been talking with @astrocaroline about an idea for augmenting the Sonora models with some cheap-and-useful ancillary information. Here is a sketch of the idea we have: ### An opportunity:...

Sonora