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
It is now possible to assign orientations and ids to the initial seeds,
using -morphooptiini. To retain the orientations, `-ori initial` must
also be used.
Copy file name to clipboardExpand all lines: doc/neper_t.rst
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,9 +257,9 @@ These options can be used to set the cell morphology.
257
257
258
258
.. option:: -morphooptiini <seed_attributes>
259
259
260
-
Specify the initial positionsand/or weights of the seeds.
260
+
Specify the initial positions, weights, orientations and/or ids of the seeds.
261
261
262
-
The general form of the argument is :data:`coo:\<coo_definition\>,weight:\<weight_definition\>`. Different values of :data:`<coo_definition>` and :data:`<weight_definition>` are available, depending on the value of option :option:`-morpho`:
262
+
The general form of the argument is :data:`coo:\<coo_definition\>,weight:\<weight_definition\>,...`. Different values of :data:`<coo_definition>` and :data:`<weight_definition>` are available, depending on the value of option :option:`-morpho`:
263
263
264
264
- :data:`<coo_definition>` can be:
265
265
@@ -278,6 +278,16 @@ These options can be used to set the cell morphology.
278
278
279
279
The default depends on the value of option :data:`-morpho`: for :data:`voronoi`, it is :data:`0`, for a cell-size statistical distribution, it is :data:`avradeq`, and for cell-based size values (including :data:`-morpho tesr`) , it is :data:`radeq`.
280
280
281
+
It is also possible to load orientations or ids using :data:`ori:\<ori_definition\>` and :data:`id:\<id_definition\>`:
282
+
283
+
- :data:`<ori_definition>` can be:
284
+
285
+
- :data:`file(<file_name>[,des=<descriptor>])`: discrete orientations to be read from a :ref:`data_file` written using a specific descriptor (see :ref:`rotations_and_orientations`, default :data:`rodrigues`).
286
+
287
+
- :data:`<id_definition>` can be:
288
+
289
+
- :data:`file(<file_name>)`: values from a :ref:`data_file`.
290
+
281
291
Alternatively, :data:`file(<file_name>)` can be used to load the seed coordinates and weights from a unique :ref:`tess_file` (thereby replicating the tessellation).
282
292
283
293
**Default value**: :data:`default`.
@@ -483,6 +493,8 @@ Crystal Orientation Options
483
493
484
494
- :data:`file(<file_name>[,des=<descriptor>])`: discrete orientations to be read from a :ref:`data_file` written using a specific descriptor (see :ref:`rotations_and_orientations`, default :data:`rodrigues`).
485
495
496
+
- :data:`from_morpho`: discrete orientations read from :option:`-morphooptiini`:data:`ori`.
497
+
486
498
For :option:`-ori`:data:`<orientation>` and :option:`-ori`:data:`parent`, the optional distributions are:
487
499
488
500
- :data:`normal(<var>=<val>)`: a 3-variate normal distribution, where :data:`<var>` can be:
0 commit comments