PEARL Procedures
rev-distro-2.0.3-2-g58135e4-dirty
Igor procedures for the analysis of PEARL data
|
data import/export procedures for multiple scattering calculations. More...
Go to the source code of this file.
Namespaces | |
PearlPmscoImport | |
data import/export procedures for multiple scattering calculations. | |
Functions | |
string | pmsco_save_scan (string pathname, string filename, string energy, string theta, string phi, string alpha, string intensity, string sigma, dfref sdfr=defaultValue) |
save waves in a PMSCO scan data file. More... | |
static string | save_scan_helper (string destname, string value, wave template, dfref destdfr, string wavenames) |
helper function for save_pmsco_scan() More... | |
string | pmsco_load_xyz (string pathname, string filename) |
load an xyz cluster file More... | |
data import/export procedures for multiple scattering calculations.
Definition in file pearl-pmsco-import.ipf.
string pmsco_load_xyz | ( | string | pathname, |
string | filename | ||
) |
load an xyz cluster file
load an xyz cluster file into the current data folder the wave names are at (atom types), xx, yy, and zz. at is a text wave containing chemical symbols. existing waves are overwritten.
pathname | name of igor symbolic path. can be empty (path is taken from filename argument). |
filename | file system path. can be empty (will open dialog). |
Definition at line 188 of file pearl-pmsco-import.ipf.
string pmsco_save_scan | ( | string | pathname, |
string | filename, | ||
string | energy, | ||
string | theta, | ||
string | phi, | ||
string | alpha, | ||
string | intensity, | ||
string | sigma, | ||
dfref | sdfr = defaultValue |
||
) |
save waves in a PMSCO scan data file.
cases
options
the data arguments are strings and can be
wave names can include a path relative to the specified source data folder. by default, the function looks in the folder specified by the sdfr argument.
pathname | name of igor symbolic path to destination folder. prompt user if empty. |
filename | requested file name. prompt user if empty. |
energy | energy specification. see description above. |
theta | theta specification. see description above. |
phi | phi specification. see description above. |
alpha | alpha specification. see description above. |
intensity | name of intensity (or modulation) wave. this parameter is mandatory and must refer to an existing wave. |
sigma | sigma specification. see description above. |
sdfr | source data folder reference. default: current data folder. |
Definition at line 88 of file pearl-pmsco-import.ipf.
|
static |
helper function for save_pmsco_scan()
Definition at line 126 of file pearl-pmsco-import.ipf.