Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 822 Bytes

CalculateChiSquared-v1.rst

File metadata and controls

44 lines (26 loc) · 822 Bytes

Description

TODO: Enter a full rst-markup description of your algorithm here.

Usage

Example - CalculateChiSquared

CalculateChiSquaredExample

# Create a host workspace ws = CreateWorkspace(DataX=range(0,3), DataY=(0,2)) or ws = CreateSampleWorkspace()

wsOut = CalculateChiSquared()

# Print the result print "The output workspace has %i spectra" % wsOut.getNumberHistograms()

Output:

CalculateChiSquaredExample

The output workspace has ?? spectra