Skip to content

Files

Latest commit

 

History

History
33 lines (22 loc) · 923 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 923 Bytes

xrd-analysis

NPM version build status npm download

Parse Bruker and PowDLL PXRD files. Perform basic analysis such as computing the crystallinity or crystallite width.

Installation

$ npm i xrd-analysis

Usage

import { fromBRML } from 'xrd-analysis';

const pattern = fromBRML(brmlFile);

License

MIT