Skip to content

Commit

Permalink
Merge pull request #195 from galsci/fix_cib_lowfreq
Browse files Browse the repository at this point in the history
fix: bug in cib1 when bandpass goes below 18.7
  • Loading branch information
zonca authored Oct 24, 2024
2 parents 2c7c492 + 0355fdd commit 68d6a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
3.4.1 (unreleased)
==================
- Fix bug in `cib1` when frequency goes below 18.7 GHz, emission too large https://github.com/galsci/pysm/pull/195
- Finalized Point Source Catalog component and backgroud component https://github.com/galsci/pysm/pull/191
- Configure verbosity easily with `set_verbosity()`
- Updated `pixell` from 0.17.3 to 0.26.0 https://github.com/galsci/pysm/pull/183
Expand Down
2 changes: 1 addition & 1 deletion src/pysm3/models/websky.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
"""
self.local_folder = local_folder
self.websky_freqs_float = [
1.0,
17.0,
18.7,
21.6,
24.5,
Expand Down

0 comments on commit 68d6a65

Please sign in to comment.