EasySpin
EasySpin copied to clipboard
spidyan/saffron: add controls for the integration time and the data points that are recorded for detecting
Original report by Stephan Pribitzer (Bitbucket: 557058:b436f856-3789-41af-afc1-0e3566ff0302, ).
Proposal:
Opt.IntTimeStep: 30 times Nyquist
Exp.DetTimeStep: 2 times Nyquist
- nothing given - by default the programs assumes default values
- both are given - if
Exp.DetTimeStepis not a multiple ofOpt.IntTimeStep, an error is returned - only
Exp.DetTimeStepis given -Opt.IntTimeStepis adapted by shortening -
Opt.IntTimeStepis given - use Nyquist criterion to computeExp.DetTimeStep
Original comment by Stephan Pribitzer (Bitbucket: 557058:b436f856-3789-41af-afc1-0e3566ff0302, ).
with commit #256a686 the time axis is now created correctly. tests were added.
however, a new problem arises during down conversion. if the detection time step is not the integration time step, oscillations are not completely removed - the source of this needs to be investigated