CGeometryFormat#

class CGeometryFormat(self: CGeometryFormat, value: int)#

Bases: pybind11_object

See sansmic.model.GeometryFormat.

Members:

RADIUS_LIST : radius list

VOLUME_LIST : volumes follow depths

VOLUME_TABLE : volume-depth pairs

RADIUS_TABLE : radius-depth pairs

Summary

Details

RADIUS_LIST = <CGeometryFormat.RADIUS_LIST: 0>#
RADIUS_TABLE = <CGeometryFormat.RADIUS_TABLE: 2>#
VOLUME_LIST = <CGeometryFormat.VOLUME_LIST: 1>#
VOLUME_TABLE = <CGeometryFormat.VOLUME_TABLE: -1>#
property name#
property value#