py_eddy_tracker.eddy_feature.Amplitude¶
-
class
py_eddy_tracker.eddy_feature.Amplitude(contour, contour_height, data, interval, mle=1, nb_step_min=2, nb_step_to_be_mle=2)[source]¶ Bases:
objectClass to calculate amplitude and counts of local maxima/minima within a closed region of a sea level anomaly field.
Create amplitude object
- Parameters
Methods
Check CSS11 criterion 1: The SSH values of all of the pixels are above a given SSH threshold for anticyclonic eddies.
Check CSS11 criterion 1: The SSH values of all of the pixels are below a given SSH threshold for cyclonic eddies.
Need update
Attributes
-
EPSILON= 1e-08¶
-
all_pixels_above_h0(level)[source]¶ Check CSS11 criterion 1: The SSH values of all of the pixels are above a given SSH threshold for anticyclonic eddies.
-
all_pixels_below_h0(level)[source]¶ Check CSS11 criterion 1: The SSH values of all of the pixels are below a given SSH threshold for cyclonic eddies.
-
amplitude¶
-
contour¶
-
grid_extract¶
-
h_0¶
-
interval_min¶
-
interval_min_secondary¶
-
mle¶
-
nb_pixel¶
-
pixel_mask¶
-
sla¶