-
Is there a way to set fdim as a constant in bg_homfractal model? Is it reasonable for getting conc = 0 as a result (the data is of low spin concentration)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, you can do that by using the For example, if you have constructed a dipolar model called fdim_fixed = 2
Vmodel.fdim.freeze(fdim) and then just run the fit as usual. Due to the mathematical nature of the |
Beta Was this translation helpful? Give feedback.
Yes, you can do that by using the
freeze()
method of the corresponding parameter.For example, if you have constructed a dipolar model called
Vmodel
which contains thebg_homfractal
as the background model you can fix the value as follows:and then just run the fit as usual.
Due to the mathematical nature of the
bg_homfractal
model, it can be that the fractal concentration parameter adopts significantly low values. It might be getting rounded when printing the value. You can check whether the value stored in the fit results object is not exactly zero.