Reiner Dieden
Reiner Dieden
Hi Johann, It works! :-) Thanks a lot for your help. I do have another question now: I have two fid_arrays (from 2 pseudo 2D spectra) - how can I...
Works, till the next step: new_fa.emhz_fids(lb=10) new_fa.ft_fids() #Fourier-transformation completed # but: new_fa.plot_array() # fails with a TypeError since new_fa._params is None # I could get around that with new_fa._params=fid_array1._params #...
Ok I got around that hurdle with new_fa._params=fid_array1._params new_fa._params['acqtime']=np.concatenate((new_fa._params['acqtime'],fid_array2._params['acqtime'])) > On 23 Jan 2024, at 14:26, Johann Rohwer ***@***.***> wrote: > > > This has to do with the way...