Home > . > prt_contents.m

prt_contents

PURPOSE ^

Pattern Recognition for Neuroimaging Toolbox, aka. PRoNTo

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Pattern Recognition for Neuroimaging Toolbox, aka. PRoNTo
 Verion 2.0 (PRoNTo2) February-2015
__________________________________________________________________________
    ____  ____        _   ________              ___    ____ 
   / __ \/ __ \____  / | / /_  __/___     _   _|__ \  / __ \
  / /_/ / /_/ / __ \/  |/ / / / / __ \   | | / /_/ / / / / /
 / ____/ _, _/ /_/ / /|  / / / / /_/ /   | |/ / __/_/ /_/ / 
/_/   /_/ |_|\____/_/ |_/ /_/  \____/    |___/____(_)____/  

                         PRoNTO v2.0 - http://www.mlnl.cs.ucl.ac.uk/pronto
__________________________________________________________________________
 Copyright (C) 2011 Machine Learning & Neuroimaging Laboratory

 $Id$

__________________________________________________________________________

 PRoNTo is the deliverable of a Pascal Harvest project 
 coordinated by Dr. Mourao-Miranda.
 PRoNTo is  developed by the Machine Learning & Neuroimaging Laboratory,
 Computer Science department, University College London, UK.
 http://www.mlnl.cs.ucl.ac.uk and associated researchers.
 
 The main contributors, in alphabetical order, are:
 - John Ashburner, 
 - Carlton Chu, 
 - Andre Marquand,
 - Joao M. Monteiro, 
 - Janaina Mourao-Miranda, 
 - Christophe Phillips, 
 - Jonas Richiardi,
 - Jane Rondina,
 - Maria J. Rosa,
 - Jessica Schrouff.
 
 The development of PRoNTo was possible with the financial and logistic 
 support of 
 - PASCAL Harvest Programme (http://www.pascal-network.org/)
 - the Department of Computer Science, University College London
   (http://www.cs.ucl.ac.uk);
 - the Wellcome Trust;
 - PASCAL2 (http://www.pascal-network.org/) and its HARVEST programme;
 - the Fonds de la Recherche Scientifique-FNRS, Belgium
   (http://www.fnrs.be);
 - The Foundation for Science and Technology, Portugal 
   (http://www.fct.pt);
 - Swiss National Science Foundation (PP00P2-123438) and Center for
   Biomedical Imaging (CIBM) of the EPFL and Universities and Hospitals
   of Lausanne and Geneva.
 - Laboratory of Behavioral and Cognitive Neuroscience, Stanford
   University, USA.

 PRoNTo is designed to work from MATLAB versions 7.5 (R2007b) to 
 8.3 (R2014a), and will not work with earlier versions.
 Some routine may need to be compiled for your specific OS.
 
 Moreover the latest version of the SPM software is also required! You can
 get SPM (and all required information) from:
   http://www.fil.ion.ucl.ac.uk/spm/

__________________________________________________________________________

 PRoNTo 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 2 of  the License,  or (at  your  
 option) any later version.
 PRoNTo 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 PRoNTo, in prt_LICENCE.man. If not, see 
 <http://www.gnu.org/licenses/>.

 See prt_licence.man
__________________________________________________________________________

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Pattern Recognition for Neuroimaging Toolbox, aka. PRoNTo
0002 % Verion 2.0 (PRoNTo2) February-2015
0003 %__________________________________________________________________________
0004 %    ____  ____        _   ________              ___    ____
0005 %   / __ \/ __ \____  / | / /_  __/___     _   _|__ \  / __ \
0006 %  / /_/ / /_/ / __ \/  |/ / / / / __ \   | | / /_/ / / / / /
0007 % / ____/ _, _/ /_/ / /|  / / / / /_/ /   | |/ / __/_/ /_/ /
0008 %/_/   /_/ |_|\____/_/ |_/ /_/  \____/    |___/____(_)____/
0009 %
0010 %                         PRoNTO v2.0 - http://www.mlnl.cs.ucl.ac.uk/pronto
0011 %__________________________________________________________________________
0012 % Copyright (C) 2011 Machine Learning & Neuroimaging Laboratory
0013 %
0014 % $Id$
0015 %
0016 %__________________________________________________________________________
0017 %
0018 % PRoNTo is the deliverable of a Pascal Harvest project
0019 % coordinated by Dr. Mourao-Miranda.
0020 % PRoNTo is  developed by the Machine Learning & Neuroimaging Laboratory,
0021 % Computer Science department, University College London, UK.
0022 % http://www.mlnl.cs.ucl.ac.uk and associated researchers.
0023 %
0024 % The main contributors, in alphabetical order, are:
0025 % - John Ashburner,
0026 % - Carlton Chu,
0027 % - Andre Marquand,
0028 % - Joao M. Monteiro,
0029 % - Janaina Mourao-Miranda,
0030 % - Christophe Phillips,
0031 % - Jonas Richiardi,
0032 % - Jane Rondina,
0033 % - Maria J. Rosa,
0034 % - Jessica Schrouff.
0035 %
0036 % The development of PRoNTo was possible with the financial and logistic
0037 % support of
0038 % - PASCAL Harvest Programme (http://www.pascal-network.org/)
0039 % - the Department of Computer Science, University College London
0040 %   (http://www.cs.ucl.ac.uk);
0041 % - the Wellcome Trust;
0042 % - PASCAL2 (http://www.pascal-network.org/) and its HARVEST programme;
0043 % - the Fonds de la Recherche Scientifique-FNRS, Belgium
0044 %   (http://www.fnrs.be);
0045 % - The Foundation for Science and Technology, Portugal
0046 %   (http://www.fct.pt);
0047 % - Swiss National Science Foundation (PP00P2-123438) and Center for
0048 %   Biomedical Imaging (CIBM) of the EPFL and Universities and Hospitals
0049 %   of Lausanne and Geneva.
0050 % - Laboratory of Behavioral and Cognitive Neuroscience, Stanford
0051 %   University, USA.
0052 %
0053 % PRoNTo is designed to work from MATLAB versions 7.5 (R2007b) to
0054 % 8.3 (R2014a), and will not work with earlier versions.
0055 % Some routine may need to be compiled for your specific OS.
0056 %
0057 % Moreover the latest version of the SPM software is also required! You can
0058 % get SPM (and all required information) from:
0059 %   http://www.fil.ion.ucl.ac.uk/spm/
0060 %
0061 %__________________________________________________________________________
0062 %
0063 % PRoNTo is free software: you can redistribute it  and/or modify it under
0064 % the terms of the GNU General Public License as published by the Free
0065 % Software Foundation,  either version 2 of  the License,  or (at  your
0066 % option) any later version.
0067 % PRoNTo is  distributed in the hope  that it will be  useful, but WITHOUT
0068 % ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0069 % FITNESS FOR A  PARTICULAR PURPOSE.  See the  GNU General Public License
0070 % for more details.
0071 % You should  have received a copy of the  GNU General Public License along
0072 % with PRoNTo, in prt_LICENCE.man. If not, see
0073 % <http://www.gnu.org/licenses/>.
0074 %
0075 % See prt_licence.man
0076 %__________________________________________________________________________
0077   
0078

Generated on Tue 10-Feb-2015 18:16:33 by m2html © 2005