Skip to content
Discussion options

You must be logged in to vote

This issue is (probably) with your tesr file, which start by

 **general
   2
   415 586
   415.000000000000 586.000000000000

On the last line, the voxel sizes are expected, which generally are not a function of the numbers of voxels...
The voxel (or pixel) size corresponds to the physical length of the tessellation divided by the number of voxels along that direction.

If you replace this by

 **general
   2
   415 586
   0.001 0.001

You can then run

neper -V check_rt.tesr -print tesr
neper -T -dim 2 -n from_morpho -morpho "tesr:file(check_rt.tesr)" -domain "square(0.415,0.586)" -o n4
neper -V n4.tess -dataedgerad 0.002 -print tess

Yes, any microstructure image can be converted into a …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Comment options

You must be logged in to vote
1 reply
@rquey
Comment options

Comment options

You must be logged in to vote
0 replies
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