Author: tlinnet Date: Tue Sep 2 20:06:16 2014 New Revision: 25569 URL: http://svn.gna.org/viewcvs/relax?rev=25569&view=rev Log: Allowed CR72 to be analysed in Estimate module.
task #7824(https://gna.org/task/index.php?7824): Model parameter ERROR estimation from Jacobian and Co-variance matrix of dispersion models. Modified: branches/est_par_error/specific_analyses/relax_disp/estimate_r2eff.py Modified: branches/est_par_error/specific_analyses/relax_disp/estimate_r2eff.py URL: http://svn.gna.org/viewcvs/relax/branches/est_par_error/specific_analyses/relax_disp/estimate_r2eff.py?rev=25569&r1=25568&r2=25569&view=diff ============================================================================== --- branches/est_par_error/specific_analyses/relax_disp/estimate_r2eff.py (original) +++ branches/est_par_error/specific_analyses/relax_disp/estimate_r2eff.py Tue Sep 2 20:06:16 2014 @@ -191,7 +191,7 @@ check_model_type() # Define models with Jacobian. - jac_models = [MODEL_TSMFK01] + jac_models = [MODEL_CR72, MODEL_TSMFK01] #MODEL_CR72 # Number of spectrometer fields. _______________________________________________ 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

