[Pybrainsim-activity] SF.net SVN: pybrainsim:[48] trunk/src/Experiment.py
Status: Planning
Brought to you by:
rgoj
From: <rg...@us...> - 2009-08-03 10:20:47
|
Revision: 48 http://pybrainsim.svn.sourceforge.net/pybrainsim/?rev=48&view=rev Author: rgoj Date: 2009-08-03 10:20:38 +0000 (Mon, 03 Aug 2009) Log Message: ----------- * Correcting column width. Modified Paths: -------------- trunk/src/Experiment.py Modified: trunk/src/Experiment.py =================================================================== --- trunk/src/Experiment.py 2009-08-03 10:19:43 UTC (rev 47) +++ trunk/src/Experiment.py 2009-08-03 10:20:38 UTC (rev 48) @@ -3,23 +3,25 @@ # # This file is part of PyBrainSim. # -# PyBrainSim is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# PyBrainSim is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. # -# PyBrainSim 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 General Public License for more details. +# PyBrainSim 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 General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with PyBrainSim. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# PyBrainSim. If not, see <http://www.gnu.org/licenses/>. __metaclass__ = type # New style classes. Is this necessary? """ -The Experiment class holds information about stimuli, the recorded data and the even-related potential. It could be used to perform the basic operations on EEG data, such as baseline correction, averaging, etc. It should also serve as an interface to Neuroscan, e.g. by providing an export to .cnt files feature. +The Experiment class holds information about stimuli, the recorded data and the +even-related potential. It could be used to perform the basic operations on EEG +data, such as baseline correction, averaging, etc. It should also serve as an +interface to Neuroscan, e.g. by providing an export to .cnt files feature. """ class Experiment: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |