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:

  • driver defines the high-level execution pipeline used by training, inference, and analysis jobs

  • main provides the command-line entry point used by the spine executable

driver

SPINE driver class.

main

Main functions that call the Driver class.