Convert Excel To Xrdml High Quality [extra Quality] 🎁 Limited Time
If you do not have specialized software, you can convert Excel data into formats that XRD analysis programs can easily "bridge" to XRDML: Export as .ASC
) values after conversion to ensure the step size was correctly interpreted. How can I convert Excel file to XRDML file? - ResearchGate convert excel to xrdml high quality
df = pd.read_excel("pattern.xlsx") xrd = XRDML() xrd.angle = df.iloc[:, 0] # 2theta xrd.intensity = df.iloc[:, 1] # counts xrd.scan_step = 0.005 # derived from data xrd.wavelength = 1.5406 # Cu Kα xrd.save("output.xrdml", quality="high_precision") If you do not have specialized software, you
This creates a robust file that is fully compatible with Rietveld refinement and other advanced analysis techniques. 0] # 2theta xrd.intensity = df.iloc[: