Skip to content
Snippets Groups Projects
Commit c4c5fca2 authored by Christopher Polster's avatar Christopher Polster
Browse files

Add docs stubs for threshold tracking

parent 39065be8
No related branches found
No related tags found
1 merge request!2Start with Sphinx-generated Documentation
...@@ -8,6 +8,7 @@ Some of the identification techniques we provide include: ...@@ -8,6 +8,7 @@ Some of the identification techniques we provide include:
identification_african_easterly_waves identification_african_easterly_waves
identification_pv_streamer identification_pv_streamer
identification_threshold
identification_overlap_example identification_overlap_example
identification_template identification_template
Threshold-based
===============
...
.. autoclass:: enstools.feature.identification.threshold.SingleThresholdIdentification
.. autoclass:: enstools.feature.identification.threshold.DoubleThresholdIdentification
...@@ -8,6 +8,7 @@ Some of the tracking techniques we provide include: ...@@ -8,6 +8,7 @@ Some of the tracking techniques we provide include:
tracking_african_easterly_waves tracking_african_easterly_waves
tracking_overlap tracking_overlap
tracking_overlap_double_threshold
tracking_template_object_compare tracking_template_object_compare
tracking_template tracking_template
......
Overlap with Double Threshold
=============================
...
.. autoclass:: enstools.feature.tracking.overlap_double_threshold_tracking.OverlapDoubleThresholdTracking
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment