• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List

odinpara.h

00001 /***************************************************************************
00002                           odinpara.h  -  description
00003                              -------------------
00004     begin                : Tue Jun 28 2005
00005     copyright            : (C) 2001 by Thies H. Jochimsen
00006     email                : jochimse@cns.mpg.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef ODINPARA_H
00019 #define ODINPARA_H
00020 
00021 
00022 
00023 
00037 enum direction                      { readDirection=0, phaseDirection,  sliceDirection, n_directions};
00038 static const char* directionLabel[]={"readDirection", "phaseDirection","sliceDirection"};
00039 
00046 enum axis {xAxis=0,yAxis,zAxis,n_axes};
00047 
00048 
00049 
00050 // Units within ODIN
00051 #define ODIN_TIME_UNIT "ms"
00052 #define ODIN_FREQ_UNIT "kHz"
00053 #define ODIN_SPAT_UNIT "mm"
00054 #define ODIN_FIELD_UNIT "mT"
00055 #define ODIN_GRAD_UNIT "mT/mm"
00056 #define ODIN_ANGLE_UNIT "deg"
00057 
00058 
00059 // some common stuff for geometry and sample
00060 #define ODIN_DEFAULT_FOV 220.0
00061 #define ODIN_MAX_NUMOF_SLICES 50
00062 #define ODIN_GEO_CHECK_LIMIT 1e-6
00063 
00064 
00065 // for debugging odinpara component
00066 class Para {
00067  public:
00068   static const char* get_compName();
00069 };
00070 
00071 
00077 #endif

Generated on Tue Dec 18 2012 15:11:14 by  doxygen 1.7.1