Skip to content

Failed to read file for Multiscale Tesselation #912

Closed Answered by rquey
danishTUE asked this question in Q&A
Discussion options

You must be logged in to vote

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, replace

1
2
3
4

by

1::1
1::2
1::3
1::4

If you had two cells at first scale, each containing 4 secondary cells, the ids would be

1::1
1::2
1::3
1::4
2::1
2::2
2::3
2::4

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants