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.

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.