gully

Results 67 issues of gully

@SujayShankarUT and I had a philosophical discourse on what blasé is and could/should be, including these topics: - how to structure it - its economics - its tradeoffs - its...

Really helpful for visualizing the state change

Just saw this code (h/t @kgullikson88) https://github.com/RuneDK93/telluric-autoencoder There's some useful stuff in there! It would be useful to compare this technique compares to how blasé handles tellurics.

Currently our default is to turn off continuum warping. We should consider turning this back-on, probably by following the example in `InstrumentModel`. In the long term, we may consider moving...

SparseLinearEmulator (and all the emulators for that matter) support a neat feature-- you can hand-in a `wavelength_grid` vector that is different from the native precomputed synthetic spectral model's wavelength coodinates....

We are approaching a point where we are GPU memory-limited on our laptops. That's great, it means we are pushing the computational frontier. Let's get blasé up-and-running on our local...

### What we want An attribute for Equivalent Width. It will have the same shape as `lam_centers`, `amp`, `sigma`, and `gamma`, but it will **not** be an `nn.Parameter`. Just a...

You can imagine a function that takes in a line list (or heatmap of line properties) and identifies those lines that are blended. It would then assign a binary flag...

We will need to implement advanced lineshapes---or at least more flexible lineshapes---for Issue #9. The lines are so broad that the pseudo-Voigt and even the *exact* Voigt profiles are no...

In the paper, we demonstrate blasé on IGRINS and HPF spectra, using [muler](https://muler.readthedocs.io) to do the pre-processing. There has been some interest in applying blasé to spectra from other instruments,...