cf.SubsampledArray.set_dependent_tie_points

SubsampledArray.set_dependent_tie_points(value, copy=True)[source]

Set the dependent tie points.

Added in version (cfdm): 1.10.0.0

Parameters:
value: dict

A dictionary of dependent tie points, each keyed by its identity.

copy: bool, optional

If False then the dependent tie points are not copies. By default the tie points are deep copied.

Returns:

None