From c8fc92be82f9055d4c421425f0ca9cfa6a99f5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 27 Apr 2013 14:56:41 +0200 Subject: [PATCH] Remove outdated author in doc string --- skimage/filter/edges.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/skimage/filter/edges.py b/skimage/filter/edges.py index 329433f3..46d2907e 100644 --- a/skimage/filter/edges.py +++ b/skimage/filter/edges.py @@ -1,14 +1,3 @@ -"""edges.py - Edge filters - -Sobel and Prewitt filters originally part of CellProfiler, code licensed under -both GPL and BSD licenses. -Website: http://www.cellprofiler.org -Copyright (c) 2003-2009 Massachusetts Institute of Technology -Copyright (c) 2009-2011 Broad Institute -All rights reserved. -Original author: Lee Kamentsky - -""" import numpy as np from skimage import img_as_float from scipy.ndimage import convolve, binary_erosion, generate_binary_structure