pyBenD Python Package

pyBenD project contains:

  • docs: documentation source

  • notebooks: Jupyter notebooks used for related publications that show how to use pyBenD features

  • tests: unit and integrated tests. Tests files contain numerous examples on how to use pyBenD.

  • src: pyBenD source code

Main API

The main API can be imported directly from pybend package:

from pybend import (
    AmplitudeType,
    Bend,
    BendConnectionMethod,
    BendEvolution,
    BendSide,
    Centerline,
    CenterlineCollection,
    CreateSectionMethod,
    FilterName,
    MorphometricNames,
    Morphometry,
    Section,
    CenterlineIOFormat,
    load_centerline_from_file,
    load_centerline_collection_from_a_file,
    load_centerline_collection_from_multiple_files,
)

# do anything with the imported classes and functions

Core model

Method & Types

IO

Packages