class BaseAbsorptionCorrection(name)[source]

a base absorption correction for stxm and xrd :param azimuthal_offset: angle between detectors. Default: -90.0. :param density: the density. Default: 3.5377. :param compound: the compount. Default: ‘Co0.1Re0.01Ti0.05(SiO2)0.84’.

get_azimuthal_offset()[source]
get_mu(compound, energy, density)[source]

returns mu for a compound for a single, or list, of energies

get_num_channels()[source]
nInput_datasets()[source]

The number of datasets required as input to the plugin

Returns

Number of input datasets

nOutput_datasets()[source]

The number of datasets created by the plugin

Returns

Number of output datasets

setup()[source]

This method is first to be called after the plugin has been created. It determines input/output datasets and plugin specific dataset information such as the pattern (e.g. sinogram/projection).