FourierCommandsShowRealFourierTransformation2DDialog Method |
Shows the dialog in which the user can select options for the 2D Fourier transformation, and then executes the Fourier transformation
The result is stored in a newly created data table in the same folder as the source data table.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowRealFourierTransformation2DDialog(
DataTable table,
IAscendingIntegerCollection selectedDataRows,
IAscendingIntegerCollection selectedDataColumns,
IAscendingIntegerCollection selectedPropertyColumns
)
Parameters
- table DataTable
- The table containing the data to transform.
- selectedDataRows IAscendingIntegerCollection
- The selected data rows of the table. (A value of null can be provided here).
- selectedDataColumns IAscendingIntegerCollection
- The selected data columns of the table. (A value of null can be provided here).
- selectedPropertyColumns IAscendingIntegerCollection
- The selected property columns of the table. (A value of null can be provided here).
See Also