| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository has been migrated to Python and can be found in a new repository. Follow along there for updates.
The MATLAB version of DeerLab (versions 0.9.0-0.9.2 and older) are deprecated and no further support will be provided for them.
This repository is marked archived, and will no longer receive any updates.
The DeerLab software package is a MATLAB toolbox for the analysis of data from DEER (double electron-electron resonance) spectroscopy and similar dipolar EPR spectroscopy techniques (RIDME, DQC, SIFTER,...). The documentation for the MATLAB version can be found here. This is the GitHub repository of the MATLAB DeerLab source code, including instructions for compiling and installing DeerLab.
DeerLab consists of a collection of functions that perform modelling, processing or fitting tasks. They can be combined in scripts to build custom data analysis workflows.
DeerLab requires the following products:
DeerLab will use the following product if installed:
In order for MATLAB to access the DeerLab functions, the path to the DeerLab installation folder must be set in MATLAB.
Option 1: Add DeerLab path via MATLAB's IDE
On the Home tab, in the Environment section, click Set Path.
Click Add with Subfolders... and select the DeerLab\functions directory.
Click Save to save the current MATLAB search path and exit via Close.
Option2: Add DeerLab path at startup
Open (or create) the startup.m file in the default \MATLAB directory.
Add the following lines of code:
addpath('mypath/DeerLab/functions')
Save startup.m and restart MATLAB.
A publication about DeerLab is available here. When you use DeerLab in your work, please cite
Fábregas Ibáñez, L., Jeschke, G., and Stoll, S.: DeerLab: A comprehensive toolbox for analyzing dipolar EPR spectroscopy data, Magn. Reson. Discuss., https://doi.org/10.5194/mr-2020-13, 2020
Please check back frequently for updated publication information.
The DeerLab toolbox is licensed under the MIT License. The complete toolbox consists of the functions (functions/), documentation source (docsrc/), tutorial scripts (tutorials/), test suite (tests/), and pipeline scripts (.github/workflows). See below for exceptions.
DeerLab includes code from the following projects, which have their own licenses:
Copyright (c) 2019-2020: Luis Fábregas Ibáñez, Stefan Stoll, Gunnar Jeschke, and other contributors.
| Back | FazBrowse Home | New Git URL |