Spotless is a Python library for grid-free deconvolution directly from radio interferometry visibilities. It implements the "DoB-CLEAN" algorithm for reconstructing sky images without gridding. The current version is 0.4.1. Release cadence is low, with occasional updates.
pip install spotlessNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: load visibilities from a Measurement Set, run Spotless imager.
Use Python 3.6 or higher.
Use casacore or other tools to convert to MeasurementSet.
Upgrade numpy via pip install --upgrade numpy
No dependency data recorded yet.