diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py
index ae2b9872bd0d21cbf1216921ba7fe79b2653d752..2c067c8f8b36cd97d46a73eeda1f44a2e73f1bf6 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -387,7 +387,7 @@ def measure_shape_parameters(imp, rm):
     """
 
     rt_ = ResultsTable()
-    options = M.FERET | M.AREA | M.PERIMETER
+    options = M.AREA | M.PERIMETER | M.FERET
     an = Analyzer (imp, options, rt_)
     an.setPrecision(1)