Customize OPTESIM

To use OPTESIM with your own experimental data structure, you will need to provide a customized raw data filtering routine. "filterRaw.m" is an example that integrates with our data acquisition software. Your own version of "filterRaw.m" should have a structure type output with two fields "exp_data" and "exp_param", explained as follows:

exp_data - A structure of filtered experimental data, with the following fields

exp_param - A structure of experimental parameters, with the following fields

Currently, OPTESIM supports 2-pulse and 3-pulse ESEEM. The loosely coupled structure of OPTESIM allows us to expand the supports for different types of experiments (pulse sequences) and spin Hamiltonian. If you need the support for a specific type of experiment, please let us know, we can try to build it into our next release.