I'm attempting to fit a 3-pulse ESEEM spectrum in the time domain. When I do a simulation by hand, I receive no errors and each iteration of saffron takes a very short period of time, 1 second or less. However when I attempt to then take the exact same system and input it into esfit to nail down my spectral parameters, I get the following error:
While setting the 'YData' property of Line:
This is not a valid VectorData value. Complex inputs
are not supported
Error in esfit>assess (line 767)
Error in fit_simplex (line 66)
Error in esfit>runFitting (line 598)
Error while evaluating UIControl Callback
My data has no complex values so I'm not sure where this is coming from. The spin system, experimental parameters, and simulation options are copy-pasted from the previously mentioned script so they shouldn't be an issue. the Vary structure is generated in this script, but I'm not sure why that would cause this error.