ExponentialMD v1

../_images/ExponentialMD-v1_dlg.png

ExponentialMD dialog.

Table of Contents

Summary

Applies the exponential function on a MDHistoWorkspace.

Properties

Name Direction Type Default Description
InputWorkspace Input IMDWorkspace Mandatory A MDEventWorkspace or MDHistoWorkspace on which to apply the operation.
OutputWorkspace Output IMDWorkspace Mandatory Name of the output MDEventWorkspace or MDHistoWorkspace.

Description

This executes the exponential function on a MDHistoWorkspace.

The signal a becomes f = e^a

The error da becomes df^2 = f^2 * da^2

This algorithm cannot be run on a MDEventWorkspace. Its equivalent on a MatrixWorkspace is called Exponential v1.

Categories: Algorithms | MDAlgorithms\MDArithmetic

Source

C++ source: ExponentialMD.cpp

C++ header: ExponentialMD.h