xrd-analysis

xrd-analysis can convert output files from powder-xray diffraction into JCAMP-DX format and perform analysis (Scherrer equation, ...) on the diffractograms

Usage no npm install needed!

<script type="module">
  import xrdAnalysis from 'https://cdn.skypack.dev/xrd-analysis';
</script>

README

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);

API Documentation

License

MIT