-
Hi Romain, I am trying to generate a 3-level multiscale tesselation with lamellar morphology as the lowest scale. I use the fixed number of lamellae option as suggested here : https://github.com/neperfepx/neper/discussions/901. I am defining the normals of the lamellae using a file. However, the script ends up with the error: "Failed to read file". Taking a cue from the discussion here: https://github.com/neperfepx/neper/discussions/304, I tried with creating the lamnormal file with the Linux text editor and also used dos2unix to convert it into unix format, if in case that's the issue. However, this error persists. Below is my command:
And the generated output is as follows:
I am attaching the lamnormals.txt file as well. Can you kindly suggest what may be the issue here. Many thanks in advance. Regards, Danish |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have to format
by
If you had two cells at first scale, each containing 4 secondary cells, the ids would be
|
Beta Was this translation helpful? Give feedback.
You have to format
lamwidth.txt
as a multiscale cell file. Since you are specifying information at scale 3, the "ids" on the first column are multiscale cell ids formattted as<scale1_parent_cell>::<scale2_parent_cell>
. In your case, replaceby
If you had two cells at first scale, each containing 4 secondary cells, the ids would be