Hi, This is a good idea, and will be extensible for adding new dispersion data types in the future.
Cheers, Edward On 11 August 2014 09:09, <[email protected]> wrote: > Author: tlinnet > Date: Mon Aug 11 09:09:20 2014 > New Revision: 24978 > > URL: http://svn.gna.org/viewcvs/relax?rev=24978&view=rev > Log: > Reused the EXP_TYPE_LIST_CPMG and EXP_TYPE_LIST_R1RHO, to combine for the > list EXP_TYPE_LIST, the list of all dispersion experiment types. > > sr #3135(https://gna.org/support/?3135): Optimisation of the R1 relaxation > rate for the off-resonance R1rho relaxation dispersion models. > > Modified: > branches/R1_fitting/specific_analyses/relax_disp/variables.py > > Modified: branches/R1_fitting/specific_analyses/relax_disp/variables.py > URL: > http://svn.gna.org/viewcvs/relax/branches/R1_fitting/specific_analyses/relax_disp/variables.py?rev=24978&r1=24977&r2=24978&view=diff > ============================================================================== > --- branches/R1_fitting/specific_analyses/relax_disp/variables.py > (original) > +++ branches/R1_fitting/specific_analyses/relax_disp/variables.py Mon > Aug 11 09:09:20 2014 > @@ -45,14 +45,14 @@ > > > # The experiment type lists. > -EXP_TYPE_LIST = [EXP_TYPE_CPMG_SQ, EXP_TYPE_CPMG_DQ, EXP_TYPE_CPMG_MQ, > EXP_TYPE_CPMG_ZQ, EXP_TYPE_CPMG_PROTON_SQ, EXP_TYPE_CPMG_PROTON_MQ, > EXP_TYPE_R1RHO] > -"""The list of all dispersion experiment types.""" > - > EXP_TYPE_LIST_CPMG = [EXP_TYPE_CPMG_SQ, EXP_TYPE_CPMG_DQ, EXP_TYPE_CPMG_MQ, > EXP_TYPE_CPMG_ZQ, EXP_TYPE_CPMG_PROTON_SQ, EXP_TYPE_CPMG_PROTON_MQ] > """The list of all dispersion experiment types for CPMG-type data.""" > > EXP_TYPE_LIST_R1RHO = [EXP_TYPE_R1RHO] > """The list of all dispersion experiment types for R1rho-type data.""" > + > +EXP_TYPE_LIST = EXP_TYPE_LIST_CPMG + EXP_TYPE_LIST_R1RHO > +"""The list of all dispersion experiment types.""" > > > # The model names, parameters, and descriptions. > > > _______________________________________________ > 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

