indii/fmri/hemodynamic/BOLDCalculatorDefaults.hpp

00001 #ifndef INDII_FMRI_HEMODYNAMIC_BOLDCALCULATORDEFAULTS_HPP
00002 #define INDII_FMRI_HEMODYNAMIC_BOLDCALCULATORDEFAULTS_HPP
00003 
00004 namespace indii {
00005   namespace fmri {
00006     namespace hemodynamic {
00007 
00008 /**
00009  * Default biophysical parameter values for BOLDCalculator. These are
00010  * based on values given in @ref Buxton1998 "Buxton et al. (1998)".
00011  *
00012  * @author Lawrence Murray <lawrence@indii.org>
00013  * @version $Rev: 285 $
00014  * @date $Date: 2007-07-20 17:25:40 +0100 (Fri, 20 Jul 2007) $
00015  */
00016 class BOLDCalculatorDefaults {
00017 public:
00018     /**
00019      * \f$k_1\f$
00020      */
00021     static const double K_1;
00022 
00023     /**
00024      * \f$k_2\f$
00025      */
00026     static const double K_2;
00027 
00028     /**
00029      * \f$k_3\f$
00030      */
00031     static const double K_3;
00032 };
00033 
00034     }
00035   }
00036 }
00037 
00038 #endif

Generated on Tue Oct 9 22:02:07 2007 for fmrii fMRI Modelling Library by  doxygen 1.5.2