All Projects → Hekstra-Lab → reciprocalspaceship

Hekstra-Lab / reciprocalspaceship

Licence: MIT License
Tools for exploring reciprocal space

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to reciprocalspaceship

Datacamp-Data-Scientist-with-Python-2019-and-2020
This is about learning data scientist with Python 2019 and some new updated courses in DataCamp. All the answers given written by myself
Stars: ✭ 27 (+58.82%)
Mutual labels:  pandas
pandas-msgpack
Pandas Msgpack
Stars: ✭ 22 (+29.41%)
Mutual labels:  pandas
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+358.82%)
Mutual labels:  pandas
DadosAbertosBrasil
Pacote Python para acesso a dados abertos e APIs do governo brasileiro.
Stars: ✭ 28 (+64.71%)
Mutual labels:  pandas
ml api covid
This is the API Code for my tutorial article. It paints a picture for developing a machine learning Python API from start to finish and provides help in more difficult areas like the setup with AWS Lambda.
Stars: ✭ 21 (+23.53%)
Mutual labels:  pandas
Coinsta
A Python package for acquiring both historical and current data of cryptocurrencies
Stars: ✭ 47 (+176.47%)
Mutual labels:  pandas
Dimensionality-reduction-and-classification-on-Hyperspectral-Images-Using-Python
In this repository, You can find the files which implement dimensionality reduction on the hyperspectral image(Indian Pines) with classification.
Stars: ✭ 63 (+270.59%)
Mutual labels:  pandas
hdfe
No description or website provided.
Stars: ✭ 22 (+29.41%)
Mutual labels:  pandas
ipython-notebooks
A collection of Jupyter notebooks exploring different datasets.
Stars: ✭ 43 (+152.94%)
Mutual labels:  pandas
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (+35.29%)
Mutual labels:  pandas
tableau-scraping
Tableau scraper python library. R and Python scripts to scrape data from Tableau viz
Stars: ✭ 91 (+435.29%)
Mutual labels:  pandas
gcf-packs
Library packs for google cloud functions
Stars: ✭ 48 (+182.35%)
Mutual labels:  pandas
pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+18947.06%)
Mutual labels:  pandas
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (+329.41%)
Mutual labels:  pandas
excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (+329.41%)
Mutual labels:  pandas
spyndex
Awesome Spectral Indices in Python.
Stars: ✭ 56 (+229.41%)
Mutual labels:  pandas
Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning algorithms and Neural Networks (MLP, CNN, Distilbert).
Stars: ✭ 30 (+76.47%)
Mutual labels:  pandas
debyer
Debye's scattering equation & other analysis of atomistic models.
Stars: ✭ 32 (+88.24%)
Mutual labels:  crystallography
astro
Astro allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
Stars: ✭ 79 (+364.71%)
Mutual labels:  pandas
xray-node
Python 开发的基于 xray-core 的多用户代理后端,支持用户动态管理和流量统计。
Stars: ✭ 20 (+17.65%)
Mutual labels:  xray

1 /🚀 = reciprocalspaceship

Build Documentation PyPI Anaconda-Server Badge codecov apm Binder DOI

Tools for exploring reciprocal space.

reciprocalspaceship provides a pandas-style interface for analyzing and manipulating reflection data from crystallography experiments. Using this library, it is possible to interactively work with crystallographic data in Python, enabling easy integration with modern scientific computing libraries. reciprocalspaceship is intended to support the rapid prototyping of new crystallographic methods and custom analyses while maintaining clear and performant code.

Features of this library include:

  • Crystallographically-aware pandas objects, datatypes, and syntax that are familiar to Python users.
  • Convenient integration with GEMMI to provide built-in methods and support for developing functions that use space groups, unit cell parameters, and crystallographic symmetry operations.
  • Support for reading and writing MTZ reflection files.

Installation

The fastest way to install reciprocalspaceship is using pip:

pip install reciprocalspaceship

or using conda:

conda install -c conda-forge reciprocalspaceship

For more installation information, see our installation guide.

Quickstart

To get started with reciprocalspaceship, see our quickstart guide.

Documentation

For more details on the use of reciprocalspaceship, check out our documentation.

Reference

Our paper describing the library was published in the Journal of Applied Crystallography: link to paper. Please cite this publication for any work that makes use of this library.

We also have a pre-print describing the library on bioRxiv.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].