X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fpeakspot.py;h=8cab8a931e1fd1faf46f23a1d6cebd9eb88826d8;hp=a81112d093ed4be442784e0b02a8a975782bf00d;hb=3f843575bc7652fb42c0a20fa7bd25c9d2221bb0;hpb=b43edada38d9884b169730002d76321e00957745 diff --git a/hooke/plugin/peakspot.py b/hooke/plugin/peakspot.py index a81112d..8cab8a9 100644 --- a/hooke/plugin/peakspot.py +++ b/hooke/plugin/peakspot.py @@ -1,8 +1,26 @@ -''' -a library of helping functions for spotting force spectroscopy peaks +# Copyright (C) 2007-2010 Fabrizio Benedetti +# Massimo Sandal +# W. Trevor King +# +# This file is part of Hooke. +# +# Hooke is free software: you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# Hooke is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with Hooke. If not, see +# . + +"""a library of helping functions for spotting force spectroscopy peaks. +""" -(c)Fabrizio Benedetti and Massimo Sandal , 2007 -''' import numpy as np def conv_dx(data,vect):