Downloads¶
Source code repositories at GitHub
Quick Installation (Python)¶
Install Python. If you are new to Python, we recommend: Anaconda
In a Terminal (Linux, Mac) or an Anaconda Command Prompt (Windows):
pip install spm1d
Quick Installation (MATLAB)¶
Download source code from spm1d’s MATLAB github site and unzip.
Add folder containing
+spm1d
(NOT the +spm1d folder itself) AND thespm8
folder to the MATLAB path.
Datasets¶
All datasets can be accessed in spm1d.data. See the example scripts in ./spm1d/examples for details regarding how to access datasets.
License information¶
spm1d is free but copyright software, distributed under the terms of the GNU General Public License as published by the Free Software Foundation (version 3). Further details on “copyleft” can be found at http://www.gnu.org/copyleft/. In particular, spm1d is supplied as is. No formal support or maintenance is provided or implied.
License agreement for spm1d¶
Copyright (C) 2021 Todd Pataky
This program 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 3 of the License, or (at your option) any later version.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.