find_commonbeam_between

radio_beam.commonbeam.find_commonbeam_between(beam1, beam2, check_deconvolution=True)[source]

Find the common beam between 2 Beam objects.

This function is based on the CASA implementation ia.commonbeam that the solution is valid when comparing 2 beams.

Parameters:
beam1Beam

Beam object.

beam2Beam

Beam object.

check_deconvolutionbool, optional

Check that the common beam solution can be deconvolved from both input beams.

Returns:
common_beamBeam

The smallest common beam in the set of beams.