From 42a2671a02c4bf18128ab430b4a302171ce39692 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Thu, 25 Jul 2013 15:22:43 -0700 Subject: [PATCH] skimage attribution convention --- CONTRIBUTORS.txt | 3 +++ skimage/color/delta_e.py | 4 ---- skimage/color/tests/test_delta_e.py | 9 +-------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index ac11457c..b304646b 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -145,3 +145,6 @@ - Jostein Bø Fløystad Reconstruction circle mode for Radon transform Simultaneous Algebraic Reconstruction Technique for inverse Radon transform + +- Matt Terry + Color difference functions diff --git a/skimage/color/delta_e.py b/skimage/color/delta_e.py index cf77479e..50f6e16c 100644 --- a/skimage/color/delta_e.py +++ b/skimage/color/delta_e.py @@ -12,10 +12,6 @@ differentiation, but more recent studies (Mahy 1994) peg JND at 2.3 The delta-E notation comes from the German word for "Sensation" (Empfindung). -:author: Matt Terry - -:license: modified BSD - Reference --------- http://en.wikipedia.org/wiki/Color_difference diff --git a/skimage/color/tests/test_delta_e.py b/skimage/color/tests/test_delta_e.py index 230e6e83..1bfcc4d0 100644 --- a/skimage/color/tests/test_delta_e.py +++ b/skimage/color/tests/test_delta_e.py @@ -1,11 +1,4 @@ -"""Test for correctness of color distance functions - -Authors -------- -Matt Terry - -:license: modified BSD -""" +"""Test for correctness of color distance functions""" from os.path import abspath, dirname, join as pjoin import numpy as np