X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=hooke%2Fplugin%2Fautopeak.py;h=7488c3a299ba582cc325a4da0cc64bcfe347b13d;hb=9f844eb89787f4b089cff3c7101b3b0dc3091519;hp=e6c4c27959ac399b3729d97aa5950a7fb7dcc68d;hpb=8b12d7d77256982cf9a228901e1e9ed511b43d36;p=hooke.git diff --git a/hooke/plugin/autopeak.py b/hooke/plugin/autopeak.py index e6c4c27..7488c3a 100644 --- a/hooke/plugin/autopeak.py +++ b/hooke/plugin/autopeak.py @@ -1,4 +1,24 @@ -# Copyright +# Copyright (C) 2008-2010 Alberto Gomez-Casado +# Fabrizio Benedetti +# Marco Brucale +# 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 +# . """The autopeak module provides :class:`Autopeak`, a :class:`hooke.plugin.Plugin` for automatically extracting force peaks @@ -24,7 +44,10 @@ warnings.simplefilter('ignore',np.RankWarning) class autopeakCommands(object): ''' - TODO: autopeak docstring. + Autopeak carries out force curve fitting with a chosen model: + - WLC + - FJC + - FJC-PEG ''' def do_autopeak(self, args): '''