SPINE Core
The top-level spine package exposes the main entry points for running a SPINE job. In practice, most users interact with spine.driver.Driver, which coordinates the full reconstruction chain from configuration loading through output writing.
Top-level module of the SPICE source code.
Core Entry Points
The core interfaces are intentionally small:
driverdefines the high-level execution pipeline used by training, inference, and analysis jobsmainprovides the command-line entry point used by thespineexecutable
SPINE driver class. |
|
Main functions that call the Driver class. |