diff --git a/examples/detecting_swirls.py b/examples/detecting_swirls.py index c430ddbc..7bd426c6 100644 --- a/examples/detecting_swirls.py +++ b/examples/detecting_swirls.py @@ -3,7 +3,7 @@ Detecting Swirls in the Solar Atmosphere ======================================== -This example demonstrates the use of Automatic Swirl Detection Algorithm (ASDA) in detecting and +This example demonstrates the use of Automated Swirl Detection Algorithm (ASDA) in detecting and plotting swirls (vortices) in a 2D velocity flow field. More information on the algorithm can be found in `this paper. `__