Dear All,
I am looking for a way to convert the TOF data into d-spacing or momentum transfer in Mantid. The ideas is to convert the data into something readable by another software so that I can index the diffraction peaks against known d-spacing of the phase under study.
Many thanks
I wonder if anyone can answer this?
Hi totscat,
If your data is histogram data then the algorithm [ConvertUnits] (http://docs.mantidproject.org/nightly/algorithms/ConvertUnits-v1.html) could do this by specifying Target="dSpacing"
or Target="MomentumTransfer"
. To export the data for reading into other software, [SaveAscii] (http://docs.mantidproject.org/nightly/algorithms/SaveAscii-v2.html) or SaveCSV may be useful.