Skip to content

Commit 7306085

Browse files
authored
Merge pull request #52 from sbillinge/scatt_obs
scatt obs
2 parents 45e562b + 800f789 commit 7306085

File tree

2 files changed

+422
-0
lines changed

2 files changed

+422
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/usr/bin/env python
2+
##############################################################################
3+
#
4+
# diffpy.utils by DANSE Diffraction group
5+
# Simon J. L. Billinge
6+
# (c) 2010 The Trustees of Columbia University
7+
# in the City of New York. All rights reserved.
8+
#
9+
# File coded by: Simon Billinge
10+
#
11+
# See AUTHORS.txt for a list of people who contributed.
12+
# See LICENSE_DANSE.txt for license information.
13+
#
14+
##############################################################################
15+
16+
"""Scattering objects
17+
"""
18+
19+
# End of file

0 commit comments

Comments
 (0)