"git@code.ornl.gov:mantidproject/mantid.git" did not exist on "2fdd54a190119a5ef22432fb6be6ae57948cec0f"
Newer
Older
.. algorithm::
.. summary::
.. alias::
.. properties::
Description
-----------
This algorithm converts old diffraction OffsetsWorkspaces to
:ref:`calibration table <DiffractionCalibrationWorkspace>`. It uses the geometry of the OffsetsWorkspace to based the values of ``DIFC`` on.
The file needed for this example are not present in our standard usage
data download due to its size. It be downloaded from
`pg3_mantid_det.cal
<http://198.74.56.37/ftp/external-data/MD5/e2b281817b76eadbc26a0a2617477e97>`_.
LoadCalFile(InstrumentName="PG3",
CalFilename="pg3_mantid_det.cal",
MakeGroupingWorkspace=False,
MakeOffsetsWorkspace=True,
MakeMaskWorkspace=False,
WorkspaceName="PG3")
PG3_cal=ConvertDiffCal(OffsetsWorkspace="PG3_offsets",
OutputWorkspace="PG3_cal")
.. sourcelink::