Expand description
Common beam algorithms.
Two algorithms are provided:
find_commonbeam_between: analytic CASA algorithm for exactly 2 beams.common_manybeams_mve: Khachiyan minimum-volume-enclosing-ellipsoid for N beams.common_beam: dispatcher that picks the appropriate algorithm.
Enums§
Functions§
- common_
beam - Find the smallest beam that all
beamscan be convolved to. - common_
manybeams_ mve - Find common beam using the minimum-volume-enclosing-ellipsoid of sampled beam
boundary points (Khachiyan algorithm). Matches
radio_beammethod='pts'. - find_
commonbeam_ between - Find the common beam between exactly 2 beams using the CASA analytic method.
- fits_
in_ beam - True if all beams can be deconvolved from
large_beam. - largest_
beam