xray.jit.contourmap

xray.jit.contourmap

Calculates the isolines of a surface in 3D. The output is a row of pairs of points defining line segments that make up the isolines. The lines are not output in order. That is to say you can’t count on neighboring pairs to form a continuous curve. The algorithm used is based on the CONREC contouring algorithm by Paul Bourke.


Attributes

  • mode [0, 1]:
    1. set isolevels based on levels attribute with each level equally spaced between the min and max of the surface
    2. set isolevels based on isolevel attribute list
  • levels [1, n]:
    • the number of evenly spaced isolevels between Zmin and Zmax
  • isolevel list[10]:
    • a list of up to 10 isolevels at specific z-values

About

Geometry

Data

Video

Simulation