Enum GeomFormat#
Defined in File libsansmic.hpp
Enum Documentation#
-
enum sansmic::GeomFormat#
The format of the data; will go away once python code fully handles these.
Values:
-
enumerator RadiusList = 0#
equally spaced radius measurements, from bottom to top
-
enumerator VolumeList = 1#
depth data followed by corresponding partial volumes
-
enumerator VolumeTable = -1#
list of depth-volume pairs
-
enumerator RadiusTable = 2#
list of depth-radius pairs
-
enumerator RadiusList = 0#