create SpinW object from .cif and FullProf Studio .fst files
Syntax
obj = sw_import(fname, {toplot})
Description
obj = sw_import(fname, {toplot})
can import Crystallographic
Information Framework (.cif) files or FullProf Studio (.fst) files. It is
also able to read .cif files from a web link.
Input Arguments
fName
- String that contains the location of the source file, e.g. the full path to the file or a web address.
toPlot
- If
true
the imported structure will be plotted, default value isfalse
.