DOC: Give credit to Lee Kamentsky and Thouis Jones.

This commit is contained in:
Stefan van der Walt
2011-03-13 16:30:24 +02:00
parent 10dd45d01d
commit 386ad23f55
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -30,3 +30,6 @@
- Almar Klein
Binary heap class for graph algorithms
- Lee Kamentsky and Thouis Jones of the CellProfiler team, Broad Institute, MIT
Constant time per pixel median filter
+1 -1
View File
@@ -8,7 +8,7 @@ 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 Kamentstky
Original author: Lee Kamentsky
'''
import numpy as np
cimport numpy as np
+1 -1
View File
@@ -8,7 +8,7 @@ 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 Kamentstky
Original author: Lee Kamentsky
'''
import numpy as np