Releases: multiwavelength/gleam
Releases · multiwavelength/gleam
Critical bugfix
What's Changed
- Correct the flux density (lambda) when restframing by @multiwavelength in #32
Full Changelog: v1.3...v1.4
Bugfixes
Bugfixes
What's Changed
- Update latex import to fix deprecation by @multiwavelength in #22
- Remove units when adjusting text annotation positions by @multiwavelength in #23
- Resolve security issues with dependencies by @multiwavelength in #24
Full Changelog: v1.1...v1.2
Bugfixes
What's Changed
- Strip line names in order to ignore white spaces by @Victor-Savu in #16
- Escape underscores in plot titles by @Victor-Savu in #17
- Use the spectrum wavelength units and remove unused imports by @Victor-Savu in #18
- Use appropriate name for meta file in example by @Victor-Savu in #20
Full Changelog: v1.0...v1.1
Initial release of gleam
Initial release of the gleam software. Main features include:
- Process large numbers of sources in batch mode.
- Jointly fit lines located close together, report upper limits and identify lines without spectral coverage.
- A single configuration file for an entire project, which you can use to customize the fitting for specific telescope/instrument configurations or even single sources.
- Human-readable YAML configuration file, in which units can be specified.
- Plots of an entire spectrum with the line fits, as well as plots for each individual line fitted.
- Well integrated with Astropy, which enables the use of units and fits tables.
- Uses LMFIT to perform the fitting and report errors on fit parameters.
- Simple installation with pip.