ichor.cli.main_menu_submenus.trajectory_menu package

Submodules

ichor.cli.main_menu_submenus.trajectory_menu.trajectory_menu module

class TrajectoryFunctions

Bases: object

Functions that run when menu items are selected

static select_trajectory()

function that asks user to update trajectory path.

static split_trajectory_into_many_points_directories()

function that splits a given trajectory into many PointsDirectory-like directories.

static split_trajectory_into_points_directory()

functions that splits a trajectory into a PointsDirectory.

class TrajectoryMenuOptions(selected_trajectory_path: pathlib.Path = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/ichor/checkouts/stable/docs/source'))

Bases: MenuOptions

check_selected_trajectory_path() str | None

Checks whether the given Trjectory exists or if it is a file.

selected_trajectory_path: Path = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/ichor/checkouts/stable/docs/source')

Module contents