HASEonGPU.Grid
- class HASEonGPU.Grid(xExtent=None, yExtent=None, zExtent=None, tileSizeX=1.0, tileSizeY=None, tileSizeZ=None, origin=(0.0, 0.0), **aliases)
Bases:
objectRegular rectangular helper that generates a 2D triangular base mesh.
xExtentandyExtentdescribe the transverse footprint.zExtentandtileSizeZdefine the sampled crystal levels used for beta arrays.- property numberOfLevels
Number of z sample planes generated from
zExtentandtileSizeZ.
- property thickness
Distance between adjacent z levels.
- constructPoints()
Return transverse topology points with shape
(numberOfPoints, 2).