pyinterp.orbit.Swath.mask

Contents

pyinterp.orbit.Swath.mask#

Swath.mask(requirement_bounds)[source]#

Obtain a mask to set NaN values outside the mission requirements.

Parameters:

requirement_bounds (tuple) – Limits of SWOT swath requirements: absolute value of the minimum and maximum across track distance.

Returns:

Mask set true, if the swath is outside the requirements of the mission.

Return type:

NDArray2DBool