Measure surface in Avizo

Step 1: measure the original materials

  1. The original data is raw format with four labels: 0 is void, 1, 3, 6 is other phases.

  2. Use “Convert image type” module to convert to a label image, it will create a label file with data value 0, 1, 2, 3

  3. No we actually want to treat the void as a phase, not the “Exterior”, so I do a Arithmetic, Expr: A+1. Now the new label image has data values 1, 2, 3, 4.

    Edit: This step can be omited. Just keep in mind “Exterior” is the void

    _images/m1-editlabel-1.png
  4. Use Orthoslice to visualize the new labe image

    _images/m1-orthoslice.png
  5. From the new label image, generate surface with No smoothing. Edit: don’t check the option: Add Border

    _images/m1-generatesurface.png
  6. Connect “Surface view” to the surface created, in “Buffer” port, click button “Clear” then “Remove”. in “Mateirals” port, pick “Material 1” and “Material 2”, this selects the shared surface between Material1 and Mateiral 2.

    _images/m1-surfaceview-pick.png _images/m1-mat1-mat2.png
  7. Still at surface view, click button “Add” from the “Buffer” port. Then click on “more options” from “Draw Style” port, select “Create surface”. A new surface will be created. Click the surface data, From menu->save data as, save it as a new name you’ll easily recognice.

    _images/m1-createsurface.png
  8. From “Measure and Analysis”, add a “Surface area volume” to the surface data. choose “Patch”, then apply. Show the measure statistics. The measured area is : 81160

  9. Repeat the same steps to create surface between Mateiral1 and Mateiral 3

    _images/m1-mat1-mat3.png
  10. Measure the surface area: 29378

  11. I don’t think Mateiral 1 and Mateiral 4 has any connections, so didn’t do this step

Step 2: merge labels and measure again

  1. Now we merge mateirals 2, 3, 4 into a single mateiral 2, use Arithmetic module:

    _images/m1-editlabel-2.png
  2. Repeat the steps: generate surface, surface view, create surface between mateiral1 and mateiral2

    _images/m1-mat12.png
  3. Measure: 107393 – slightly different from the result 81160+29378 = 110538 – not sure why but close enough?