ExponentialMD v1

Summary

Applies the exponential function on a MDHistoWorkspace.

See Also

PowerMD, LogarithmMD

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=ea

The error da becomes df2=f2da2

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

Categories: AlgorithmIndex | MDAlgorithms\MDArithmetic

Source

C++ header: ExponentialMD.h

C++ source: ExponentialMD.cpp