Radler
Classes
- class radler.Radler
Radio Astronomical Deconvolution Library core class for controlling and excuting the deconvolution of radio astronmical images.
- property component_list
Return the component list (only stored when specified in settings).
- property iteration_number
Return minor loop iteration number of the underlying DeconvolutionAlgorithm.
- perform(self: radler.Radler, major_iteration_number: SupportsInt | SupportsIndex) bool
Execute deconvolution minor loop.
- Parameters:
major_iteration_number (int) – How many major iterations (calls to @c Perform()) were performed so far.
- Returns:
Indicates whether another major iteration should be run. If @c True, the caller should do a new prediction-gridding iteration to calculate a new residual image, after which the @c perform() function should be called again. If @c False, the algorithm is finished and the caller can do its last prediction-gridding round.
- Return type:
bool