Changes between Version 55 and Version 56 of WikiStart
- Timestamp:
- Dec 31, 2012, 9:52:21 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v55 v56 3 3 '''GAMMA''' is a C++ library for the simulation of magnetic resonance (NMR, MRS) experiments. It provides a simple and intuitive means to construct simulation programs to suit researchers' individual needs. GAMMA is an acronym for a '''G'''eneral '''A'''pproach to '''M'''agnetic resonance '''M'''athematical '''A'''nalysis. 4 4 5 '''PyGAMMA''' is a Python wrapper around GAMMA that makes almost all of GAMMA's API available via [http://www.python.org/ Python]. PyGAMMA users can skip the C++ compile and link steps ,and can even run GAMMA commands interactively line-by-line.5 '''PyGAMMA''' is a Python wrapper around GAMMA that makes almost all of GAMMA's API available via [http://www.python.org/ Python]. PyGAMMA users can skip the C++ compile and link steps and can even run GAMMA commands interactively line-by-line. 6 6 7 7 Both GAMMA and PyGAMMA work on OS X, Linux, and Windows.