Fundamental control variable: BEAM_STEPRead carefully !

In aperture synthesis, the angular resolution scales with the frequency: in fact the whole Fourier plane scales with this frequency, so that the angular scaled defined by the baselines varies across the frequency coverage. Accordingly, when using sufficiently wide bandwidths (and/or imaging sufficiently large areas), it becomes important to account correctly for this effect. As a result, beams (whether primary or synthesized) can be 4-D arrays, as they may depend on Frequency and Field (for Mosaics).

The deconvolution implementation of IMAGER in the UV_MAP and CLEAN commands is designed such that ensembles of contiguous channels (“chunks”) are treated at once and share the same synthesized beam. Deconvolution with CLEAN then proceeds by using the synthesized beam with the appropriate frequency for each channel. The user can control the “chunk” size, and hence the precision of the process given the desired field of view.

The user control is done through BEAM_STEP.

The above works in an optimal way in all cases where all channels have the same weight distribution. This is in general true for NOEMA data coming from CLIC, but unfortunately, this may not always be the case. Common cases where this does not occur are: UV_CHECK  BEAMS will verify the channel ranges that share the same weights and return in BEAM_RANGES the range boundaries. UV_MAP uses this information in an “intelligent” way: band edges will be dropped if needed, and small regions (up to BEAM_GAP, default 3) with different weights are ignored in this process. In most cases, this behaviour allows a common beam for all channels, or an automatic guess of N if BEAM_STEP = -1.

If this fails, UV_MAP will complain and stop with an error. The user must then adjust BEAM_STEP to either



Subsections