class BaseAzimuthalIntegrator(name='BaseAzimuthalIntegrator')[source]

a base azimuthal integrator for pyfai

Parameters
  • use_mask – Should we mask. Default: False.

  • num_bins – number of bins. Default: 1005.

add_axes_to_meta_data(axis, mData)[source]
get_max_frames()[source]
nOutput_datasets()[source]

The number of datasets created by the plugin

Returns

Number of output datasets

pre_process()[source]

This method is called after the plugin has been created by the pipeline framework as a pre-processing step

Parameters

parameters (dict) – A dictionary of the parameters for this plugin, or None if no customisation is required

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).