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.OperationIntegrate 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.
paws.core.operations.PROCESSING.INTEGRATION.ApplyIntegrator2d module¶
-
class
paws.core.operations.PROCESSING.INTEGRATION.ApplyIntegrator2d.ApplyIntegrator2d[source]¶ Bases:
paws.core.operations.Operation.OperationIntegrate 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.
paws.core.operations.PROCESSING.INTEGRATION.BuildPyFAIIntegrator module¶
-
class
paws.core.operations.PROCESSING.INTEGRATION.BuildPyFAIIntegrator.BuildPyFAIIntegrator[source]¶ Bases:
paws.core.operations.Operation.OperationProduce a PyFAI.AzimuthalIntegrator from a dict of PONI parameters.
Input PONI dict should be similar to the output of PyFAI.AzimuthalIntegrator.getPyFAI()