Generate S(Q) button to do reverse transform from reciprocal -> real space #91
Labels
GUI: Calcualte G(r) Tab
The Calculate G(r) Tab
Priority: Low
Low priority feature / fix
Status: Mantid Work Needed
WIP depends on Mantid work being complete first
Status: PyStoG Work Needed
WIP depends on PyStoG work being complete first
Type: Enhancement
Added feature or enhancement of current features
Milestone
Need a button just like
Generate G(r)
but instead aGenerate S(Q)
to do the back transform. The interface should be simpler than the G(r) one, though. Here is an example sketch:We currently work off the PDFFourierTransform algorithm, shown below:
The algorithm documentation is here:
http://docs.mantidproject.org/nightly/algorithms/PDFFourierTransform-v1.html
The code on GitHub is located here:
https://github.com/mantidproject/mantid/blob/abf4be6d7bddce52a0d0949f53eff5e8159e0abb/Framework/Algorithms/src/PDFFourierTransform.cpp
Do we need write a new Mantid algorithm (SQFourierTransform) or do we need to work with the current one? I think the former is better since PDFFourierTransform is used by others besides us (Dynamic PDF is one example looking at the Mantid repository)
The
The text was updated successfully, but these errors were encountered: