paws.core.operations.PROCESSING.INTEGRATION package

Submodules

paws.core.operations.PROCESSING.INTEGRATION.ApplyIntegrator1d module

class paws.core.operations.PROCESSING.INTEGRATION.ApplyIntegrator1d.ApplyIntegrator1d[source]

Bases: paws.core.operations.Operation.Operation

Integrate an image using an existing PyFAI.AzimuthalIntegrator.

Input image data (ndarray), PyFAI.AzimuthalIntegrator, and a dict of other keyword parameters to be passed to PyFAI.AzimuthalIntegrator.integrate1d().

Refer to the PyFAI documentation at http://pyfai.readthedocs.io/en/latest/ for supported keyword arguments as well as parameter definitions and defaults.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PROCESSING.INTEGRATION.ApplyIntegrator2d module

class paws.core.operations.PROCESSING.INTEGRATION.ApplyIntegrator2d.ApplyIntegrator2d[source]

Bases: paws.core.operations.Operation.Operation

Integrate an image using an existing PyFAI.AzimuthalIntegrator.

Input image data (ndarray), PyFAI.AzimuthalIntegrator, and a dict of other keyword parameters to be passed to PyFAI.AzimuthalIntegrator.integrate1d().

Refer to the PyFAI documentation at http://pyfai.readthedocs.io/en/latest/ for supported keyword arguments as well as parameter definitions and defaults.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PROCESSING.INTEGRATION.BuildPyFAIIntegrator module

class paws.core.operations.PROCESSING.INTEGRATION.BuildPyFAIIntegrator.BuildPyFAIIntegrator[source]

Bases: paws.core.operations.Operation.Operation

Produce a PyFAI.AzimuthalIntegrator from a dict of PONI parameters.

Input PONI dict should be similar to the output of PyFAI.AzimuthalIntegrator.getPyFAI()

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

Module contents