X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fautopeak.py;h=a575a1ab3d8e1337f6feeafd47954912b609302c;hp=dee9e8807784c02818879f6551b2a71618fad01e;hb=23bcfd05915a61e3a41d01babd291fd3089ba329;hpb=4b6be288111da77de59038e7bb2a64805b8a5183 diff --git a/hooke/plugin/autopeak.py b/hooke/plugin/autopeak.py index dee9e88..a575a1a 100644 --- a/hooke/plugin/autopeak.py +++ b/hooke/plugin/autopeak.py @@ -1,5 +1,22 @@ -# -*- coding: utf-8 -*- -# COPYRIGHT +# Copyright (C) 2008-2012 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 @@ -25,7 +42,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): '''