Hi Justin. You need to massage help.py a little.
Look at: ###################### # Def function to interpolate def iinf(Iinf=None, I0=None, R=None, t=None): I = Iinf - I0 * np.exp(-R*t) return I ######################### # Calculate interpolated intensities c_iinf = iinf(Iinf=Iinf, I0=I0, R=R, t=time_range) ##################### and change as see fit. 2015-02-06 11:28 GMT+01:00 Justin <no-reply.invalid-addr...@gna.org>: > Follow-up Comment #7, sr #3210 (project relax): > > I tried the help.py, but my spins to not have iinf, only I0 and rx. How > can I > generate this? > > _______________________________________________________ > > Reply to this item at: > > <http://gna.org/support/?3210> > > _______________________________________________ > Message sent via/by Gna! > http://gna.org/ > > _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list relax-devel@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel