Skip to main content

Simple tools to handle powder XRD (and XRD) data with Python

Project description

powerxrd

Simple tools to handle powder XRD (and XRD) data

Installation

pip install powerxrd

Usage Example

import powerxrd as xrd
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt


df = pd.read_csv('/your-path-to-powerxrd/sample1.xy', sep='\t', header=None)  
x,y = np.array(df).T
x,y = xrd.backsub(x,y)

plt.plot(x,y)
plt.xlabel('2 $\\theta$')

alt text

Contributors

Contributing

  1. Fork it (https://github.com/your-github-user/tensorscout/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

powerxrd-0.0.8.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

powerxrd-0.0.8-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page