export2genx | R Documentation |
GenX uses the differential evolution algorithm for fitting X-ray reflectivity data. This function normalizes the data and formats x-ray reflectivity data, so that it can be imported with the GenX code. The data is saved to a text file. More details are found at: https://doi.org/10.1107/S1600576722006653
export2genx(
dataXRD,
exportPath = NULL,
minTheta = 0,
maxTheta = 4,
GenX_filename = "xrd_data_genx_format.txt"
)
dataXRD |
xrd Object |
exportPath |
default is a temporary direction, stores the output file in this directory |
minTheta |
minimum 2Theta to be included |
maxTheta |
maximum 2Theta to be included in export |
GenX_filename |
filename for output file |
file name of the exported GenX text file
[xrd.import()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.