CLI Entry-Point API
The physiotwin4d.cli subpackage contains the entry-point scripts that
back the installed physiotwin4d-* console commands. Each module exposes
a main() function that parses argparse arguments and dispatches into
the corresponding workflow class.
User-facing documentation for the command-line tools (flags, examples, recipes) lives under CLI & Scripts Overview. This section documents the Python entry-point modules themselves so they are reachable from the Python Module Index.
- convert_image_4d_to_3d (CLI)
- convert_image_to_usd (CLI)
- convert_image_to_vtk (CLI)
- convert_vtk_to_usd (CLI)
- create_statistical_model (CLI)
- download_data (CLI)
- fit_statistical_model_to_patient (CLI)
- infer_physicsnemo (CLI)
- reconstruct_highres_4d_ct (CLI)
- train_physicsnemo (CLI)
- visualize_pca_modes (CLI)