Skip to content

Instantly share code, notes, and snippets.

View DanPorter's full-sized avatar

Dan Porter DanPorter

  • Diamond Light Source Ltd.
View GitHub Profile
@DanPorter
DanPorter / Dans_Diffraction.py
Created May 30, 2019 19:01
What the heck is a Gist?
import numpy as np
import matplotlib.pyplot as plt
import Dans_Diffraction as dif
xtl=dif.structure_list.Diamond.build()
print(xtl.info())
print("Did this work? What is going on??")