You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For detailed instructions and full tutorial, consult the user manual
141
-
on our `website <www.diffpy.org/diffpy.pdfmorph/>`.
141
+
on our `website <www.diffpy.org/diffpy.morph/>`.
142
142
143
-
Once the required software, including PDFmorph is all installed, open
143
+
Once the required software, including ``diffpy.morph`` is all installed, open
144
144
up a terminal and check installation has worked properly by running ::
145
145
146
-
source activate pdfmorph_env #if the environment isn't already active
147
-
pdfmorph -h #get some helpful information
148
-
pdfmorph --version
146
+
source activate diffpy.morph_env #if the environment isn't already active
147
+
diffpy.morph -h #get some helpful information
148
+
diffpy.morph --version
149
149
150
150
If installed correctly, this last command should return the version
151
-
of PDFmorph that you have installed on your system. To begin using
152
-
PDFmorph, run a command like ::
151
+
of ``diffpy.morph`` that you have installed on your system. To begin using
152
+
``diffpy.morph``, run a command like ::
153
153
154
-
pdfmorph <target PDF file> <morphed PDF file>
154
+
diffpy.morph <target PDF file> <morphed PDF file>
155
155
156
156
where both PDFs file are text files which contain PDF data, such as ``.gr``
157
157
or ``.cgr`` files that are produced by ``PDFgetX2``, ``PDFgetX3``,
158
158
or ``PDFgui``. Though some file extensions other than ``.gr`` or ``.cgr``,
159
159
but with the same content structure, have been shown to work with
160
-
PDFmorph, it is recommended to stick with ``.gr`` files.
160
+
``diffpy.morph``, it is recommended to stick with ``.gr`` files.
161
161
162
162
Enjoy!
163
163
164
164
165
165
Support and Contribute
166
166
----------------------
167
167
168
-
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.pdfmorph. Please join the diffpy.pdfmorph users community by joining the Google group. The diffpy.pdfmorph project welcomes your expertise and enthusiasm!
168
+
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.morph. Please join the diffpy.morph users community by joining the Google group. The diffpy.morph project welcomes your expertise and enthusiasm!
169
169
170
-
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.pdfmorph/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.pdfmorph/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
170
+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.morph/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.morph/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
171
171
172
-
Feel free to fork the project and contribute. To install diffpy.pdfmorph
172
+
Feel free to fork the project and contribute. To install diffpy.morph
173
173
in a development mode, with its sources being directly used by Python
174
174
rather than copied to a package directory, use the following in the root
175
175
directory ::
176
176
177
-
pip install -e .
177
+
pip install -e .
178
178
179
179
To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
180
180
hooks.
@@ -190,9 +190,9 @@ trying to commit again.
190
190
191
191
Improvements and fixes are always appreciated.
192
192
193
-
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.pdfmorph/blob/main/CODE_OF_CONDUCT.rst>`_.
193
+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.morph/blob/main/CODE_OF_CONDUCT.rst>`_.
194
194
195
195
Contact
196
196
-------
197
197
198
-
For more information on diffpy.pdfmorph please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at [email protected].
198
+
For more information on diffpy.morph please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at [email protected].
0 commit comments