Skip to content

Commit 7e59d15

Browse files
committed
Rephrase explanation of in-plane rotations
1 parent dc0e470 commit 7e59d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Phase & Orientation Mapping.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"cell_type": "markdown",
209209
"metadata": {},
210210
"source": [
211-
"Define a StructureLibrary containing specifying two crystal structures and orientations of each to include. The in-plane orientations can be a list of known options, or the starting points for a search as is done here."
211+
"Define a StructureLibrary containing specifying two crystal structures and orientations of each to include. The in-plane orientations can be a list of known options (set `inplane_rotations=[0]` in the call to `correlate` below) or the starting points for the list of rotations given to `correlate` below."
212212
]
213213
},
214214
{
@@ -250,7 +250,7 @@
250250
"cell_type": "markdown",
251251
"metadata": {},
252252
"source": [
253-
"Correlate with the patterns contained in the library with the test data. At this stage the top 3 (n_largest) matching results are retained."
253+
"Correlate with the patterns contained in the library with the test data. At this stage the top 3 (`n_largest`) matching results are retained. Test all in-plane rotations at 5 degree increments from 0 to 360."
254254
]
255255
},
256256
{

0 commit comments

Comments
 (0)