Parse Bruker and PowDLL PXRD files. Perform basic analysis such as computing the crystallinity or crystallite width.
$ npm i xrd-analysis
import { fromBRML } from 'xrd-analysis';
const pattern = fromBRML(brmlFile);
Parse Bruker and PowDLL PXRD files. Perform basic analysis such as computing the crystallinity or crystallite width.
$ npm i xrd-analysis
import { fromBRML } from 'xrd-analysis';
const pattern = fromBRML(brmlFile);