Ticket #5383 (closed: fixed)
modify input dialog for FFT algorithm
Reported by: | Jose Borreguero | Owned by: | Jose Borreguero |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Wenduo Zhou |
Description
Currently, FFT takes a single workspace where both real and imaginary parts should be contained.
Goal: insert an optional second input workspace, which would contain the imaginary part. If not initialized, then the second workspace will coincide with the first workspace, so that the original behavior of the algorithm is recovered
Change History
comment:2 Changed 8 years ago by Jose Borreguero
Refs #5383 Added optional worksapce property
modified: ../Algorithms/src/FFT.cpp
Changeset: 03cada96a9de2d02a878f454c56e18cb99be3f31
comment:3 Changed 8 years ago by Jose Borreguero
Refs #5383 Added check to compare real and imaginary sizes
modified: FFT.cpp
Changeset: 6f475e50b5a161f1bb0b008a6cba80c1c8398cfd
comment:4 Changed 8 years ago by Jose Borreguero
- Status changed from accepted to verify
- Resolution set to fixed
wiki page updated
comment:5 Changed 8 years ago by Jose Borreguero
Refs #5383 minor modification to WIKI section
modified: FFT.cpp
Changeset: c4ec03c5f9cb43ce8e0ef93e4ee7e7b23fa12b9b
comment:6 Changed 8 years ago by Jose Borreguero
Refs #5383 Added optional worksapce property
modified: ../Algorithms/src/FFT.cpp
Changeset: 03cada96a9de2d02a878f454c56e18cb99be3f31
comment:7 Changed 8 years ago by Jose Borreguero
Refs #5383 Added check to compare real and imaginary sizes
modified: FFT.cpp
Changeset: 6f475e50b5a161f1bb0b008a6cba80c1c8398cfd
comment:8 Changed 8 years ago by Jose Borreguero
Refs #5383 minor modification to WIKI section
modified: FFT.cpp
Changeset: c4ec03c5f9cb43ce8e0ef93e4ee7e7b23fa12b9b
comment:9 Changed 8 years ago by Jose Borreguero
Refs #5383 Added optional worksapce property
modified: ../Algorithms/src/FFT.cpp
Changeset: 03cada96a9de2d02a878f454c56e18cb99be3f31
comment:10 Changed 8 years ago by Jose Borreguero
Refs #5383 Added check to compare real and imaginary sizes
modified: FFT.cpp
Changeset: 6f475e50b5a161f1bb0b008a6cba80c1c8398cfd
comment:11 Changed 8 years ago by Jose Borreguero
Refs #5383 minor modification to WIKI section
modified: FFT.cpp
Changeset: c4ec03c5f9cb43ce8e0ef93e4ee7e7b23fa12b9b
comment:12 Changed 8 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:13 Changed 8 years ago by Wenduo Zhou
- Status changed from verifying to closed
Better to have a unit test for this feature.
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6229