Hi, This user function should be very, very similar to the relax_data.read() user function. Actually, do you think that relax_data.read() could be modified and used instead?
Regards, Edward On Thu, Jan 15, 2009 at 3:04 PM, <[email protected]> wrote: > Author: semor > Date: Thu Jan 15 15:04:33 2009 > New Revision: 8472 > > URL: http://svn.gna.org/viewcvs/relax?rev=8472&view=rev > Log: > Started to implement a function for reading 'R2eff' values directly. > > This is as proposed in a post at: > https://mail.gna.org/public/relax-devel/2009-01/msg00020.html > (Message-id: <[email protected]>) > > The function does not contain code yet. > > > Modified: > branches/relax_disp/prompt/relax_disp.py > branches/relax_disp/specific_fns/relax_disp.py > > Modified: branches/relax_disp/prompt/relax_disp.py > URL: > http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=8472&r1=8471&r2=8472&view=diff > ============================================================================== > --- branches/relax_disp/prompt/relax_disp.py (original) > +++ branches/relax_disp/prompt/relax_disp.py Thu Jan 15 15:04:33 2009 > @@ -182,6 +182,22 @@ > relax_disp_obj.exp_type(exp=exp) > > > + def r2eff_read(self): > + """Function for reading 'R2eff' values directly, instead of > calculating them within relax > + starting from the intensities. > + > + THIS FUNCTION IS NOT WRITTEN YET. > + > + Keyword Arguments > + ~~~~~~~~~~~~~~~~~ > + > + > + Examples > + ~~~~~~~~ > + > + """ > + > + > def select_model(self, model='fast'): > """Function for the selection of the relaxation dispersion curve type. > > > Modified: branches/relax_disp/specific_fns/relax_disp.py > URL: > http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_fns/relax_disp.py?rev=8472&r1=8471&r2=8472&view=diff > ============================================================================== > --- branches/relax_disp/specific_fns/relax_disp.py (original) > +++ branches/relax_disp/specific_fns/relax_disp.py Thu Jan 15 15:04:33 2009 > @@ -1084,6 +1084,14 @@ > continue > > > + def r2eff_read(self): > + """Function for reading 'R2eff' values directly, instead of > calculating them within relax > + starting from the intensities. > + > + THIS FUNCTION IS NOT WRITTEN YET. > + """ > + > + > def return_data(self, spin): > """Function for returning the peak intensity data structure. > > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > 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-commits > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] 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

