JeschkeLab / DeerLab-Matlab

Data analysis and method development toolbox for dipolar EPR spectroscopy
MIT License
4 stars 2 forks source link

correctzerotime: remove third input #106

Closed stestoll closed 4 years ago

stestoll commented 4 years ago

correctzerotime (here) has an optional a third input, t0. If provided, the zero-time shift is done manual.

tc = correctzerotime(V,t,t0)

is functionally identical to the much simpler

tc = t-t0

This functionality seems to be quite useless and clutters the interface. I suggest removing it.