Recent Releases of msaexp
msaexp - 0.9.3
What's Changed
- Update Lookup Table PSF by @gbrammer in https://github.com/gbrammer/msaexp/pull/84
- Fit a polynomial to the tabulated resolution curves (resolved merge) by @gbrammer in https://github.com/gbrammer/msaexp/pull/89
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.9.2...0.9.3
- Python
Published by gbrammer about 1 year ago
msaexp - 0.9
What's Changed
- Add filter to group key by @gbrammer in https://github.com/gbrammer/msaexp/pull/81
- Extend NIRSpec wavelength ranges by @gbrammer in https://github.com/gbrammer/msaexp/pull/82
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.8.7...0.9
- Python
Published by gbrammer over 1 year ago
msaexp - 0.8.6
What's Changed
- Add some more utilities to
SpectrumSamplerby @gbrammer in https://github.com/gbrammer/msaexp/pull/77 - Recenter two-position background shutters by @gbrammer in https://github.com/gbrammer/msaexp/pull/79
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.8.5...0.8.6
- Python
Published by gbrammer over 1 year ago
msaexp - 0.8.5
What's Changed
- Add global sky files by @gbrammer in https://github.com/gbrammer/msaexp/pull/75
- Add some SPS functionality by @gbrammer in https://github.com/gbrammer/msaexp/pull/76
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.8.4...0.8.5
- Python
Published by gbrammer over 1 year ago
msaexp - 0.8.3
What's Changed
- Initialize codecov action by @gbrammer in https://github.com/gbrammer/msaexp/pull/69
- Codecov workflow suggestion by @KostasValeckas in https://github.com/gbrammer/msaexp/pull/70
- Trace fit: avoid over masking by @sedonaprice in https://github.com/gbrammer/msaexp/pull/71
- Refactor error propagation by @gbrammer in https://github.com/gbrammer/msaexp/pull/72
New Contributors
- @sedonaprice made their first contribution in https://github.com/gbrammer/msaexp/pull/71
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.8.2...0.8.3
- Python
Published by gbrammer almost 2 years ago
msaexp - 0.8
What's Changed
- Add
empirical-bar-shadow.ipynbnotebook that generates the bar shadow correction by @gbrammer in https://github.com/gbrammer/msaexp/pull/64 - Wavelength-dependent Bar correction by @gbrammer in https://github.com/gbrammer/msaexp/pull/66
- Addition of missing/incomplete docs by @KostasValeckas in https://github.com/gbrammer/msaexp/pull/65
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.7.6...0.8
- Python
Published by gbrammer almost 2 years ago
msaexp - 0.7.6
What's Changed
- Implement an improved BarShadow correction by @gbrammer in https://github.com/gbrammer/msaexp/pull/62
- Render the example plot for RTD by @gbrammer in https://github.com/gbrammer/msaexp/pull/63
- Addition of missing/incomplete docs in 'msa.py' and 'pipeline.py' by @KostasValeckas in https://github.com/gbrammer/msaexp/pull/61
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.7.5...0.7.6
- Python
Published by gbrammer almost 2 years ago
msaexp - 0.7.5
What's Changed
- Reformat with
blackfor PEP8 compatibility by @gbrammer in https://github.com/gbrammer/msaexp/pull/58 - Addition of missing / incomplete docstrings in the utils module. by @KostasValeckas in https://github.com/gbrammer/msaexp/pull/59
New Contributors
- @KostasValeckas made their first contribution in https://github.com/gbrammer/msaexp/pull/59
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.7.4...0.7.5
- Python
Published by gbrammer almost 2 years ago
msaexp - 0.7.4
What's Changed
- Add wavelength offsets for shutter source centering by @gbrammer in https://github.com/gbrammer/msaexp/pull/56
- Save function arguments of
slit_combine.extract_spectraandspectrum.fit_redshiftto YAML files by @gbrammer in https://github.com/gbrammer/msaexp/pull/57
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.7.3...0.7.4
- Python
Published by gbrammer almost 2 years ago
msaexp - 0.7.2
What's Changed
- Fix bug in error propagation in exposure differences that results in inflated uncertainties by @gbrammer in https://github.com/gbrammer/msaexp/pull/54
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.7.1...0.7.2
- Python
Published by gbrammer about 2 years ago
msaexp - 0.7
What's Changed
- New algorithm for combining spectra from 2D cutouts by @gbrammer in https://github.com/gbrammer/msaexp/pull/52
- Fix bugs in scaled uncertainties with
spectrum.calc_uncertainty_scaleby @gbrammer in https://github.com/gbrammer/msaexp/pull/53 - Line EW output fix by @VasilyKokorev in https://github.com/gbrammer/msaexp/pull/50
New Contributors
- @VasilyKokorev made their first contribution in https://github.com/gbrammer/msaexp/pull/50
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.6.17...0.7
- Python
Published by gbrammer about 2 years ago
msaexp - 0.6.15
What's Changed
- Make
SpectrumSampler.redo_1d_extractionmethod by @gbrammer in https://github.com/gbrammer/msaexp/pull/43 - Weight schemes to address https://github.com/gbrammer/msaexp/issues/44
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.6.14...0.6.15
- Python
Published by gbrammer over 2 years ago
msaexp - 0.6.13
What's Changed
- Enable boxcar aperture 1D extraction by @gbrammer in https://github.com/gbrammer/msaexp/pull/40
- Compute equivalent width from the line template fit by @gbrammer in https://github.com/gbrammer/msaexp/pull/41
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.6.12...0.6.13
- Python
Published by gbrammer over 2 years ago
msaexp - 0.6.8
What's Changed
- Fix bug in parsing MSA meta files with a list of
source_idsby @gbrammer in https://github.com/gbrammer/msaexp/pull/35 - Add option to split exposure groups by the
act_idkeyword by @gbrammer in https://github.com/gbrammer/msaexp/pull/37 - Add functions for more robust template resampling by @gbrammer in https://github.com/gbrammer/msaexp/pull/36
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.6.7...0.6.8
- Python
Published by gbrammer almost 3 years ago
msaexp - 0.5.1
Docs now at https://msaexp.readthedocs.io/
What's Changed
- Fix bugs with slit metadata in MSA metafile by @gbrammer in https://github.com/gbrammer/msaexp/pull/20
- Add docs files by @gbrammer in https://github.com/gbrammer/msaexp/pull/21
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.5...0.5.1
- Python
Published by gbrammer about 3 years ago
msaexp - Refactor fitting in `spectrum.py`
What's Changed
- Run pipeline for a subset of
source_idsin a mask by @gbrammer in https://github.com/gbrammer/msaexp/pull/17 - Files keyword by @gbrammer in https://github.com/gbrammer/msaexp/pull/18
- Clean up spectrum fitting by @gbrammer in https://github.com/gbrammer/msaexp/pull/19
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.4.3...0.5
- Python
Published by gbrammer about 3 years ago
msaexp - Fix build bugs and pull in minor fixes
What's Changed
- Pull in updates from
packagingbranch by @gbrammer in https://github.com/gbrammer/msaexp/pull/16
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.4.1...0.4.3
- Python
Published by gbrammer about 3 years ago
msaexp - Fix bug in package build
What's Changed
- Clean up methods of
MSAMetafileby @gbrammer in https://github.com/gbrammer/msaexp/pull/14
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.4...0.4.2
- Python
Published by gbrammer about 3 years ago
msaexp - Minor updates to `utils.MSAMetafile` class
What's Changed
- Clean up methods of
MSAMetafileby @gbrammer in https://github.com/gbrammer/msaexp/pull/14
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.4...0.4.1
- Python
Published by gbrammer about 3 years ago
msaexp - Grating dispersion in fits and slit metadata parsing
What's Changed
- Parser for
MSAMETFLMSA metadata files by @gbrammer in https://github.com/gbrammer/msaexp/pull/13
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.3.13...0.4
- Python
Published by gbrammer about 3 years ago
msaexp - Add CI tests for spectrum extraction and fitting
What's Changed
- Add tests for spectrum processing by @gbrammer in https://github.com/gbrammer/msaexp/pull/12
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.3.12...0.3.13
- Python
Published by gbrammer about 3 years ago
msaexp - Fix for publish action
Minor fix to setup.cfg for GH publish action.
- Python
Published by gbrammer about 3 years ago
msaexp - Bug fix for inconsistent 2D cutout sizes
Resolve some array dimension issues raised in https://github.com/gbrammer/msaexp/issues/10.
- Python
Published by gbrammer about 3 years ago
msaexp - Version for extracted SMACS0723 04590 spectrum
- Refactored to better parse the WCS of the slitlets
- Fixed normalization bug of the optimal extraction
- Python
Published by gbrammer over 3 years ago
msaexp - Full working version with 2d drizzling and extraction
Full Changelog: https://github.com/gbrammer/msaexp/compare/0.2...0.3
- Python
Published by gbrammer over 3 years ago