mcsas.models.cylindersradiallyisotropictilted module

This model is a special case of the radially isotropic cylinders, where the cylinders are also slightly tilted out of the plane parallel to the detector. This out of plane tilt is described using a Gaussian. The integration over this tilt angle is done over several segments of the Gaussian PDF, with each segment occupying an equal cumulative probability. The centroid value used for the integration is the mass-weighted centre.

class CylindersRadiallyIsotropicTilted[source]

Bases: bases.model.sasmodel.SASModel

Form factor of cylinders UNFINISHED which are radially isotropic (so not spherically isotropic!)

formfactor(dataset)[source]

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

parameters = (None, None, None, None, None, None)
shortName = 'Cylinders defined by aspect ratio'
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.cylindersradiallyisotropictilted.Parameter’ undocumented