Skip to content

Commit

Permalink
Merging in many dev updates.
Browse files Browse the repository at this point in the history
* 3D products bit depth now enforced more robustly.

* FITS headers cleaned up, especially for 2D maps.

* Cube noise calculation made more efficient when full NaN planes present.

* Fixed bug in rmsynth3d when supplying I model and not computing FDF

* Adding new tests for secondary/helper tools.

* Converted fixed speed of light values to astropy constant.
  • Loading branch information
Cameron-Van-Eck committed Sep 6, 2024
1 parent e71e725 commit f0d8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DESCRIPTION = "RM-synthesis, RM-clean and QU-fitting on polarised radio spectra"
URL = "https://github.com/CIRADA-Tools/RM-Tools"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "1.4.6"
VERSION = "1.4.7"
DOWNLOAD_URL = (
"https://github.com/CIRADA-Tools/RM-Tools/archive/v" + VERSION + ".tar.gz"
)
Expand Down

0 comments on commit f0d8cd3

Please sign in to comment.