atompy.CoordinateSystem.keep_where#

CoordinateSystem.keep_where(mask)[source]#

Keep every CoordinateSystem i where mask[i] == True.

Parameters:
maskndarray

Array of booleans.

Returns:
CoordinateSystem