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
Copy file name to clipboardExpand all lines: MDhelp/docs/phaseoverview.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,14 @@ Phases are placed in their own section of the [GSAS-II data tree](./applicationw
7
7
8
8
Phases are either created with the Data/"Add new phase" menu item (manual input) or are read in using the Import/Phase menu items. After a phase is imported, if there are histograms (datasets) present in the project, you will be offered a chance to link the imported phase to the previously imported histogram(s). Likewise, if histograms(s) are imported when phase(s) are already present, you will also be asked to link the new data to existing phases. It is also possible to link histograms to a phase later by selecting that phase in the data tree and then selecting the "Data" tab and finally using the "Edit Phase"/"Add powder histograms" menu command.
9
9
10
-
When a phase is selected from the data tree, parameters are shown for that selected phase in a tabbed window. Clicking on each tab raises the windows as documented in subsequent sections of the help documentation. The tabs are:
10
+
When a phase is selected from the data tree, parameters are shown for
11
+
that selected phase in a tabbed window. Clicking on each tab raises
12
+
the windows as documented in subsequent sections of the help
A small number of users or sites prefer to use Python distributions supplied via other routes (such as Debian packages) or using `PyPi <https://pypi.org>`_, etc. or prefer to handle use of conda on their own. Some discussion on Python installation is
@@ -120,13 +120,87 @@ A simple way to install GSAS-II with a supplied Python environment uses the ``gi
This will place the install script in directory ``~/G2`` (which you may wish to change) and will place all GSAS-II files in subdirectory ``~/G2/GSAS-II``
123
+
This will place the install script in directory ``~/G2`` (which you
124
+
may wish to change above) and will use git to clone the
125
+
AdvancedPhotonSource/GSAS-II repo placing all files in subdirectory
126
+
``~/G2/GSAS-II``. The script does the following things:
127
+
128
+
* it checks that the Python installation has the packages that GSAS-II
0 commit comments