Closed e-koch closed 3 years ago
Finding the common beam to convolve 2 different cubes to is a common enough operation that we should have acommon_2beams(beam1, beam2) like syntax.
common_2beams(beam1, beam2)
The current syntax is super clunky: common_beam = radio_beam.commonbeam.common_2beams(radio_beam.Beams(beams=[cube1vel.beam, cube2vel.beam]))
common_beam = radio_beam.commonbeam.common_2beams(radio_beam.Beams(beams=[cube1vel.beam, cube2vel.beam]))
Fixed in #102
Finding the common beam to convolve 2 different cubes to is a common enough operation that we should have a
common_2beams(beam1, beam2)
like syntax.The current syntax is super clunky:
common_beam = radio_beam.commonbeam.common_2beams(radio_beam.Beams(beams=[cube1vel.beam, cube2vel.beam]))