blase icon indicating copy to clipboard operation
blase copied to clipboard

Interpretable Machine Learning for astronomical spectroscopy in PyTorch and JAX

Results 20 blase issues
Sort by recently updated
recently updated
newest added

### 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,...

Here are some themes that could go in the paper, but currently are left out. 1. Injection/recovery tests We did these, but left them out for now because of time/space/priorities....

I'm getting a weird GPU-specific error that I hadn't seen before. It only occurs when I initialize the SparseLogEmulator with `wing_cut_pixels=None`. It's expecting an integer, but should have an default...

We currently have examples/, experiments/, tutorials, FAQ/, and notebooks/ directories. Many of those examples pre-dated our telluric emulator and new API, so they are somewhat stale now. Let's deprecate some...

Some lines, such as Hydrogen, sodium, potassium, neutral metal lines, etc. have extremely broad line wings, approaching larger than the 1000-6000 pixels we allocate for the sparse implementation. These need...

I like to run all of my papers through grammarly. The free tier is very good and I always learn things. It doesn't technically support $\LaTeX$, but in my experience...

- [ ] State more numbers-- the number of grid points you looked at. The number of unique Teff grid points, unique logg grid points, etc. - [ ] We...