Git Product home page Git Product logo

xpcs-baseline's Introduction

xpcs-baseline

MD Generated samples to test XPCS algorithms

Results can be downloaded from the releases page or reproduced as documented below.

Preview images from proposed changes are uploaded to this gist.

Installation and Usage

Installation

git clone --recursive https://github.com/scikit-beam/xpcs-baseline
cd xpcs-baseline
pip install .

You will also need LAMMPS. On Ubuntu/Debian:

apt install lammps

On OSX:

brew install lammps

Usage

Run MD simulation. This prodcues data files (ASCII text) in data/

lammps -in lammps/in.melt

Calculate scattering

python script/calc_scattering.py

This produces an HDF5 file, xpcs00512.h5. You may use this script to generate a PNG file with the first frame

python script/export_first_frame.py xpcs00512.h5 xpcs00512-frame0.png

or use any HDF5 application or library to view the output file directly. For example, using matplotlib:

import h5py
file = h5py.File('xpcs00512.h5', 'r')
frame0 = file['xpcs']['imgs'][0, :, :]
import matplotlib.pyplot as plt
plt.imshow(frame0)

Developer Notes

This project's structure was based on the pybind11 CMake example.

xpcs-baseline's People

Contributors

aryabhatt avatar danielballan avatar hrv1101 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.