From 111a992140fa8b1104277a8c27c5c8cb5c1afa14 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Mon, 12 Aug 2013 09:57:13 -0700 Subject: [PATCH] fix table formatting --- skimage/color/delta_e.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skimage/color/delta_e.py b/skimage/color/delta_e.py index 5ad6b3be..bf9e316e 100644 --- a/skimage/color/delta_e.py +++ b/skimage/color/delta_e.py @@ -90,11 +90,13 @@ def deltaE_ciede94(lab1, lab2, kH=1, kC=1, kL=1, k1=0.045, k2=0.015): `kL`, `k1`, `k2` depend on the application and default to the values suggested for graphic arts - Parameter Graphic Arts Textiles - ---------- ------------- -------- + ========== ============== ========== + Parameter Graphic Arts Textiles + ========== ============== ========== `kL` 1.000 2.000 `k1` 0.045 0.048 `k2` 0.015 0.014 + ========== ============== ========== References ----------