-
src/rfft_func.py
contains therfft
function that returns anxarray.DataArray
object corresponding to the Fourier transform (FT) of the drive object. Further, theto_xarray
function returns anxarray.DataArray
containing the magnetization snapshots corresponding to the input drive object. Finally,xarray_rfft
function returns anxarray.DataArray
containing FT corresponding toxarray.DataArray
represenation of drive object (i.e. output ofto_xarray
function). -
Spatially Resolved FFT Ubermag.ipynb
contains the code description and use examples of therfft
function. -
Drive Xarray And FFT Xarray.ipynb
contains the code description and use examples ofto_xarray
andxarray_rfft
functions.
Note:
data
folder contains simulation data and it is round about 1.3 GB. To download the data, usegit lfs pull
.