Data3D

Three-dimensional data import/export

Known Formats

Keyword Import Export Description
block Single-column block data format, with values in slices along y written sequentially, and slices separated with a blank line.
cartesian Cartesian data format with “X Y Z f(X,Y,Z)” provided one set per line. These points are mapped to the appropriate bin on the x, y, and z axes specified by the XAxis, YAxis, and ZAxis options which must be supplied.
pdens File following the format of output from the pdens program of dlputils.

Options

Import

Keyword Arguments Default Description
XAxis xmin
xmax
xdelta
Min, max, and delta to assume for x axis
YAxis ymin
ymax
ydelta
Min, max, and delta to assume for y axis
ZAxis zmin
zmax
zdelta
Min, max, and delta to assume for z axis
Last modified February 24, 2023: Docs 1.0 (#1221) (6f6c04b7e)