mcsas.models.ellipsoidalcoreshell module

class EllipsoidalCoreShell[source]

Bases: bases.model.sasmodel.SASModel

Form factor for an ellipsoidal core shell structure as defined in the SASfit manual (par. 3.2.3) Tested 2014-01-21 against SASfit function with good agreement.

absVolume()[source]

Forwarding to usual volume() by default. Can be overridden to include SLD.

formfactor(dataset)[source]

Calculates the Rayleigh function of this model. Reimplement this for new models.

parameters = (None, None, None, None, None, None, None)
shortName = 'Core-Shell Ellipsoid'
volume()[source]

Calculates the volume of this model, taking compensationExponent into account from input or preset parameters. Reimplement this for new models.

Parameter(*args, **kwargs)

Warning

function ‘models.ellipsoidalcoreshell.Parameter’ undocumented