redback
redback copied to clipboard
A Bayesian inference software package for end-to-end fitting and interpretation of electromagnetic transients
Added the PWN into redback, made a general_synchrotron_models file for it and some absorption calculations. Works with both KN and SN parameters, tested by sampling over prior and nothing becomes...
* Functionality to fit for host and mw extinction with two different av/rv. * Notebook tutorial on different ways to deal with non-detections @GPLamb
As we discussed in the Oxford demo, it would be great to have a log we can look at to see where redback went to fetch the data, if it...
Added comprehensive logging to improve observability and debugging across the codebase: Core modules: - result.py: Added logging for file I/O operations, transient reconstruction, and error handling - model_library.py: Added logging...
Add new spectral models including: - Voigt profile (Gaussian + Lorentzian convolution) - Gaussian and Lorentzian line profiles - P-Cygni profiles using Sobolev approximation - Elementary P-Cygni with simple parameterization...
Implements SNID-like spectral template matching functionality: - Match observed spectra against template library with redshift search - Support for Pearson correlation and chi-squared matching methods - Built-in blackbody templates for...
This commit significantly enhances the plotting capabilities by adding 30+ new customization options across both Plotter and SpecPlotter classes: **Grid Options:** - show_grid: Enable/disable grid lines - grid_alpha, grid_color, grid_linestyle,...