improver.cli.extend_radar_mask module

Script to extend a radar mask based on coverage data.

process(cube, coverage)[source]

Extend radar mask based on coverage data.

Extends the mask on radar data based on the radar coverage composite. Update the mask on the input cube to reflect where coverage is valid.

Parameters:
  • cube (iris.cube.Cube) – Cube containing the radar data to remask.

  • coverage (iris.cube.Cube) – Cube containing the radar coverage data.

Returns:

A cube with the remasked radar data.

Return type:

iris.cube.Cube