pyart.correct.phase_proc.unwrap_masked

pyart.correct.phase_proc.unwrap_masked(lon, centered=False, copy=True)[source]

Unwrap a sequence of longitudes or headings in degrees.

Parameters :

lon : array

Longtiudes or heading in degress. If masked output will also be masked.

centered : bool, optional

Center the unwrapping as close to zero as possible.

copy : bool, optional.

True to return a copy, False will avoid a copy when possible.

Returns :

unwrap : array

Array of unwrapped longtitudes or headings, in degrees.

Previous topic

pyart.correct.phase_proc.snr

Next topic

pyart.correct.phase_proc.smooth_and_trim

This Page