File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,27 @@ and run the following ::
104
104
105
105
pip install .
106
106
107
+ Example
108
+ -------
109
+
110
+ Navigate to the directory that contains 1D diffraction patterns that you would like to process.
111
+ Activate the conda environment (`conda activate diffpy.labpdfproc_env `) that contains the package and run the following command ::
112
+
113
+ labpdfproc <muD> <path/to/inputfile.txt>
114
+
115
+ Here replace <muD> with the value of muD for your sample
116
+ and <path/to/inputfile.txt> with the path and filename of your input file.
117
+ For example, if the uncorrected data case is called zro2_mo.xy and is in the current directory
118
+ and it has a muD of 2.5 then the command would be ::
119
+
120
+ labpdfproc 2.5 zro2_mo.xy
121
+
122
+ Please type ::
123
+
124
+ labpdfproc --help
125
+
126
+ for more information on the available options.
127
+
107
128
Getting Started
108
129
---------------
109
130
You can’t perform that action at this time.
0 commit comments