|
38 | 38 | Python package for manipulating and comparing diffraction data |
39 | 39 |
|
40 | 40 | ``diffpy.morph`` is a Python software package designed to increase the insight |
41 | | -researchers can obtain from measured diffraction data |
| 41 | +researchers can obtain from measured data including diffraction data |
42 | 42 | and atomic pair distribution functions |
43 | | -(PDFs) in a model-independent way. The program was designed to help a |
| 43 | +(PDFs) in a model-independent way. For example, the program was designed to help a |
44 | 44 | researcher answer the question: "Has my material undergone a phase |
45 | 45 | transition between these two measurements?" |
46 | 46 |
|
@@ -73,26 +73,12 @@ Citation |
73 | 73 |
|
74 | 74 | If you use diffpy.morph in a scientific publication, we would like you to cite this package as |
75 | 75 |
|
76 | | - diffpy.morph Package, https://github.com/diffpy/diffpy.morph |
77 | 76 |
|
78 | | -REQUIREMENTS |
79 | | ------------------------------------------------------------------------- |
80 | | - |
81 | | -``diffpy.morph`` is currently run from the command line, which requires opening |
82 | | -and typing into a terminal window or Windows command prompt. It is |
83 | | -recommended that you consult online resources and become somewhat |
84 | | -familiar before using ``diffpy.morph``. |
85 | | - |
86 | | -``diffpy.morph`` can be run with Python 3.11 or higher. It makes use of several third party |
87 | | -libraries that you'll need to run the app and its components. |
88 | | - |
89 | | -* `NumPy` - library for scientific computing with Python |
90 | | -* `matplotlib` - Python 2D plotting library |
91 | | -* `SciPy` - library for highly technical Python computing |
92 | | -* `diffpy.utils` - `shared helper utilities <https://github.com/diffpy/diffpy.utils/>`_ for wx GUI |
93 | | - |
94 | | -These dependencies will be installed automatically if you use the conda |
95 | | -installation procedure described below. |
| 77 | +"diffpy.morph: Python tools for model independent comparisons between sets of 1D functions" by |
| 78 | +Andrew Yang, Luis Kitsu Iglesias, Michael F. Toney, Samuel D. Marks, Joshua Safin, Vivian R. K. Wall, |
| 79 | +Katherine Page, Naomi S. Ginsberg, Dillon Hanlon, Nicholas Leonard, Samuel W. Teitelbaum, |
| 80 | +Timothy B. van Driel, Chia-Hao Liu, Soham Banerjee, Christopher L. Farrow, Pavol Juhas, |
| 81 | +Emil S. Bozin, Simon J. L. Billinge, to be published. |
96 | 82 |
|
97 | 83 | Installation |
98 | 84 | ------------ |
|
0 commit comments