gully

Results 67 issues of gully

_The problem:_ If we implement the mixture model feature, we will probably need to use _flux-calibrated_ model spectra; in other words, the non-normalized spectra natively produced by the model grid...

I had an idea while watching a [video on Gibbs sampling](http://videolectures.net/mlss09uk_murray_mcmc/) (the bit beginning at roughly 1h09m): Maybe we can adapt the Gibbs sampler to deal with correlated parameters after...

_The problem:_ The code prints lots of info to standard out. Some users might want more or less info, or different info. _Suggested solution:_ Provide a flag for verbose or...

## Partial derivatives _The problem:_ A user might want to inspect, say, the gravity-sensitivity of a spectral region of interest by plotting the partial derivative of the model flux with...

## Simultaneously infer telluric correction _The problem:_ The near-infrared wavelength range is peppered with telluric absorption lines that vary depending on many atmospheric and observation properties. Removal of the telluric...

Unfixable header keys are currently populating the summary_dict with their genuine values and also missing value place holders, resulting in lists of values that are too long, breaking the ImageFileCollection...

I recently had another look at f3 and wondered about conceivable extensions and applications. ### Is it possible to calibrate the C5, C16, C18 FFIs in the same way as...

First, thanks for making this code open source and available. I am curious about adding support for the Baraffe et al. (e.g. BCAH 2002, BHAC 2015) pre-main sequence evolutionary models:...

enhancement

Work in progress! This pull request adds a notebook tutorial and modifies the sphinx configuration to render the notebook into the documentation as a standalone example.

Tensorflow offers wide support for hardware acceleration with Graphics Processing Units (GPUs). In principle, wobble could leverage this native GPU support to make it even faster. I explored the prospect...