Change Log#
Radiotools v0.3.0 (2026-03-11)#
API Changes#
Bug Fixes#
Temporary fix for inversion and rotation problem of gridder
Fix: Loading FITS in gridder was using wrong columns which did not allow other Stokes components than Stokes I to be loaded
Ungridded UV plot in Gridder uses correct values now and uses correct unit for axis [#2]
Fix layout API of source visibility class [#12]
Fix bug in
radiotools.cleaning.WSCleanthat handledmf-weightingflag incorrectly [#14]Fix source vis class URL layout retrieval [#24]
New Features#
Add new submodule
radiotools.cleaningandWSCleanwrapper class [#3]Add new class method
from_urltoradiotools.layouts.LayoutAdd new utility function that fetches layout names from an URL via http-request [#4]
Add analysis submodule - Add
radiotools.analysis.get_source_rmsfunction - Addradiotools.analysis.dynamic_rangefunction that calculates the dynamic range as a function of the maximum pixel value of an image and the RMS of the sourceAdd
rmsfunction toradiotools.utils[#8]
Add utility function radiotools.utils.img2jansky that converts an image in Jy/beam to Jy/px [#9]
Add plotting submodule
Add
radiotools.plotting.px2radecutility function [#11]
Added min_alt and max_alt parameters to be able to adapt to simulation or telescope altitude restrictions. [#15]
Added desc_id parameter to change what desc_id the gridded visibilities must have [#16]
Add classmethod to generate an array layout from a CASA NRAO Measurement Set
Fix some docstrings
Add casadata initialization to CI workflow
Downgrade minimum python version to 3.10 [#27]
Added the
fiducialmodule to process and visualize cleaned radio images which are provided as FITS files.Switched CASA table import in
src/radiotools/layouts/layouts.pyfromcasatools.tabletocasacore.table, and updated the table instantiation to includeack=Falsefor compatibility withpython-casacore.Added
python-casacore>=3.7.1to the main dependencies in pyproject.toml, and removed the optional CASA dependency group.Replaced the
img2janskyfunction with two new functions,beam2pixandpix2beam, for converting between Jy/beam and Jy/pix units insrc/radiotools/utils/utils.py. Updated the corresponding exports insrc/radiotools/utils/__init__.py.Removed the
src/radiotools/measurements/measurements.pyfile and its corresponding import/export fromsrc/radiotools/measurements/__init__.py. [#34]
Added German locale option to source visibility plot [#36]
Maintenance#
Use towncrier for changelog generation [#5]
Add simple tests for
radiotools.visibility.SourceVisibilityclass andradiotools.layouts.LayoutclassAdd CI for tests [#6]
Add Codecov report to CI [#7]
Create docs with API reference
Update docstrings [#10]
Remove forced rotation and inversion in plots
Change binning of grid
Use numpy.float128 to ensure numerical stability
Add column name optional parameters to FITS import (default now UU, VV)
Remove flip and invert in create_attributes method [#19]
Update maintainers of the package [#21]
Made CASA optional
radiotools now uses hatch as build backend
Added more settings for ruff in
pyproject.tomlFixed formatting throughout the codebase
Updated CI and added CD [#22]
Update docs with all new user and developer guides [#26]
Removed the gridding module since it is now part of [
pyvisgrid](radionets-project/pyvisgrid) [#31]