Poisson-Laguerre tessellation generation #259
-
Dear Romain or fellow Neper users, I am trying to generate a Laguerre tessellation with randomly placed seeds while specifying the distribution of weights of the seeds or radii (which are equal to the square root of the weights if I understand correctly). As far as I know, this can be achieved by using However, I was trying to create a tessellation with either uniformly distributed radii or radii from a two-atom distributions, i.e. with only two possible values. I did the latter by specifying a custom distribution in a file:
Using this, I expected also the seed weights in the .tess file to attain only two distinct values; however, they do not. Is this the correct approach or am I doing something wrong? Also, is using Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems to do the trick, yes. |
Beta Was this translation helpful? Give feedback.
-morpho
is to specify the cell properties (diameq
,sphericity
, etc.). For seeds properties (coo
andweight
), use-morphooptiini
.It seems to do the trick, yes.