Hi, Why is this hardcoded? A new list in specific_analyses.relax_disp.variables will be much better for when new R1rho models are added in the future. For example if the following is one day implemented:
https://gna.org/support/?3155 There are a number of other Art Palmer models listed in the TODO section of the dispersion chapter of the manual: http://www.nmr-relax.com/manual/do_dispersion_features_yet_be_implemented.html These would all benefit from automatically having access to this great feature. Cheers, Edward On 25 July 2014 17:50, <[email protected]> wrote: > Author: tlinnet > Date: Fri Jul 25 17:50:30 2014 > New Revision: 24761 > > URL: http://svn.gna.org/viewcvs/relax?rev=24761&view=rev > Log: > Hard-coded restriction of R1rho extra plotting to model DPL94, TP02, TAP03, > MP05, NS_R1RHO_2SITE. > > sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho > analysis with R2_eff as function of Omega_eff. > sr #3138(https://gna.org/support/?3138): Interpolating theta through > spin-lock offset [Omega], rather than spin-lock field strength [w1]. > > Modified: > branches/r1rho_plotting/specific_analyses/relax_disp/data.py > > Modified: branches/r1rho_plotting/specific_analyses/relax_disp/data.py > URL: > http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/specific_analyses/relax_disp/data.py?rev=24761&r1=24760&r2=24761&view=diff > ============================================================================== > --- branches/r1rho_plotting/specific_analyses/relax_disp/data.py > (original) > +++ branches/r1rho_plotting/specific_analyses/relax_disp/data.py Fri > Jul 25 17:50:30 2014 > @@ -1727,7 +1727,7 @@ > if spin.model in MODEL_LIST_MMQ and spin.isotope == '1H': > continue > # Skip for spin not in model list of r1rho models. > - elif spin.model not in MODEL_LIST_R1RHO: > + elif spin.model not in [MODEL_DPL94, MODEL_TP02, MODEL_TAP03, > MODEL_MP05, MODEL_NS_R1RHO_2SITE]: > continue > > # Initialise some data structures. > > > _______________________________________________ > relax (http://www.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://www.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

