Skip to content

Repository files navigation

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta content="license of dmritool" name="description" />
<meta content="Diffusion MRI, software, tool, dmritool, diffusionmritool, dmri, Spherical Polar Fourier Imaging, Spherical Polar Fourier, Sampling scheme, Uniform sampling, sphere, HARDI, Orientation Distribution Function, ODF, Ensemble Average Propagator, EAP, Diffusion Propagator, q-space, q space, visualization, spherical function, spherical harmonics" name="keywords" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>License &mdash; DMRITool</title>
<link rel="shortcut icon" href="_static/linux-icon.png"/>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/theme_overrides.css" type="text/css" />
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="DMRITool" href="index.html"/>
<link rel="next" title="Developers" href="developers.html"/>
<link rel="prev" title="Citation" href="citation.html"/> <script src="_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="index.html" class="icon icon-home"> DMRITool
</a>
<div class="version">
v0.1.1-139-g860d86b4
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="index.html">Home</a></li>
<li class="toctree-l1"><a class="reference internal" href="news.html">News</a></li>
<li class="toctree-l1"><a class="reference internal" href="building.html">Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="userguide.html">User Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="commands/commandlist.html">Command List</a></li>
<li class="toctree-l1"><a class="reference internal" href="matlabfiles/matlabfunctions.html">Matlab Function List</a></li>
<li class="toctree-l1"><a class="reference internal" href="support.html">Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="citation.html">Citation</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">License</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#license-for-dmritool">License for DMRITool</a></li>
<li class="toctree-l2"><a class="reference internal" href="#licenses-for-third-parties">Licenses for third parties</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id1">spams</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id2">vtkviewer</a></li>
<li class="toctree-l3"><a class="reference internal" href="#electrostatic-point-sets">Electrostatic point sets</a></li>
<li class="toctree-l3"><a class="reference internal" href="#spherical-packing-point-sets">Spherical packing point sets</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="developers.html">Developers</a></li>
<li class="toctree-l1"><a class="reference external" href="http://diffusionmritool.github.io/dmritool-doxygen">Doxygen Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="codemodules.html">Code Modules</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">DMRITool</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> &raquo;</li>
<li>License</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/license.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="license">
<h1>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h1>
<div class="section" id="license-for-dmritool">
<h2>License for DMRITool<a class="headerlink" href="#license-for-dmritool" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="https://diffusionmritool.github.io">DMRITool</a> is a free open source software. It is currently under the <a class="reference external" href="http://www.gnu.org/licenses/gpl.html">GPL</a>,
because it uses <a class="reference external" href="http://www.gnu.org/software/gsl">GSL</a> for mathematical special functions and <a class="reference external" href="http://spams-devel.gforge.inria.fr">spams</a> for some optimization problems.</p>
<p>The software under the license is distributed on an &#8220;as is&#8221; basis, without warranties.
It is user&#8217;s responsibility to validate the behavior of the routines and their accuracy using the released source code.</p>
</div>
<div class="section" id="licenses-for-third-parties">
<h2>Licenses for third parties<a class="headerlink" href="#licenses-for-third-parties" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id1">
<h3>spams<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<p>See folder <code class="docutils literal"><span class="pre">ThirdParty/Spams</span></code>.
It was modified from <a class="reference external" href="http://spams-devel.gforge.inria.fr">Spams</a> which uses <a class="reference external" href="http://www.gnu.org/licenses/gpl.html">GPL</a> license.</p>
</div>
<div class="section" id="id2">
<h3>vtkviewer<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<p>See folder <code class="docutils literal"><span class="pre">QTApplications/vtkviewer</span></code>.
It was modified from <a class="reference external" href="https://github.com/HalCanary/vtkviewer">vtkviewer</a> which uses Apache License.</p>
</div>
<div class="section" id="electrostatic-point-sets">
<h3>Electrostatic point sets<a class="headerlink" href="#electrostatic-point-sets" title="Permalink to this headline">¶</a></h3>
<p>See folder <code class="docutils literal"><span class="pre">Data/ElectricRepulsion</span></code>.
The electrostatic point sets were copied from <a class="reference external" href="http://cmic.cs.ucl.ac.uk/camino">CAMINO</a> which is under Artistic License.</p>
</div>
<div class="section" id="spherical-packing-point-sets">
<h3>Spherical packing point sets<a class="headerlink" href="#spherical-packing-point-sets" title="Permalink to this headline">¶</a></h3>
<p>See folder <code class="docutils literal"><span class="pre">Data/Packing</span></code>.
The spherical packing point sets were copied from <a class="reference external" href="http://neilsloane.com/grass/dim3/">Neil J. A. Sloane&#8217; collection</a>.</p>
</div>
</div>
</div>
</div>
<div class="articleComments">
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="developers.html" class="btn btn-neutral float-right" title="Developers" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="citation.html" class="btn btn-neutral" title="Citation" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright DMRITool developers &lt;dmritool-discussion@www.nitrc.org&gt;.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'v0.1.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
<a href="https://github.com/DiffusionMRITool/dmritool"><img style="position: absolute; top: 0; right: 0; border: 0; width: 150px; height: 150px;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60718632-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11048608; var sc_invisible=0; var sc_security="4e279a87"; var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web counter"
href="http://statcounter.com/free-hit-counter/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/11048608/0/4e279a87/0/" alt="web
counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
<!-- <a href="http://statcounter.com/p11048608/?guest=1">View My -->
<!-- Stats</a> -->
</body>
</html>

About

Homepage of dmritool.

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages