Provide F(x)= P(|x|)*S(|x|) + bkd Fractal as a BaseComponent model
Bases: sans.models.FractalModel.FractalModel
Class that evaluates a Fractal function.
F(|x|)= P(|x|)*S(|x|) + bkd The model has Seven parameters:
scale = Volume fraction radius = Block radius fractal_dim = Fractal dimension corr_length = correlation Length block_sld = SDL block solvent_sld = SDL solvent background = background
alias of type
x.__delattr__(‘name’) <==> del x.name
x.__getattribute__(‘name’) <==> x.name
x.__hash__() <==> hash(x)
Initialization
helper for pickle
x.__repr__() <==> repr(x)
x.__setattr__(‘name’, value) <==> x.name = value
restore the state of a model from pickle
x.__str__() <==> str(x)
list of weak references to the object (if defined)
Internal utility function to copy the internal data members to a fresh copy.
Calculate the effective radius for P(q)*S(q)
Returns: | the value of the effective radius |
---|
Return a identical copy of self
Dispersion parameters
Evaluate the model in cartesian coordinates
Parameters: | x – input q[], or [qx[], qy[]] |
---|---|
Returns: | scattering function P(q[]) |
Return a list of all available parameters for the model
Set the value of a model parameter
Parameters: | name – name of the parameter |
---|
Return a list of all available parameters for the model
Check if a given parameter is fittable or not
Parameters: | par_name – the parameter name to check |
---|
Log
Parameters
Reset pair correlation
Evaluate the model
Parameters: | x – input q, or [q,phi] |
---|---|
Returns: | scattering function P(q) |
Evaluate the model in cartesian coordinates
Parameters: | x – input q, or [qx, qy] |
---|---|
Returns: | scattering function P(q) |
Set the value of a model parameter
Parameters: |
|
---|
Set the dispersion object for a model parameter
Parameters: |
|
---|