mcsas.models.ellipsoidsisotropic module

class EllipsoidsIsotropic[source]

Bases: bases.model.sasmodel.SASModel

Form factor for a spheroidal structure with semi-axes a = b, c. c can be set to be an aspect ratio with respect to a tested with Ellipsoid II from SASfit 20140626

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)
shortName = 'Isotropic Ellipsoids'
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.ellipsoidsisotropic.Parameter’ undocumented