pisces.models.core.base#

Base model abstraction for Pisces HDF5-backed physical models.

This module defines the BaseModel, a foundational abstraction for all Pisces-compatible models that are stored and accessed via HDF5 files. It provides a unified interface for loading, saving, introspecting, and interacting with model components. For more details on the Pisces model format and conventions, see Astrophysics Models in Pisces.

Classes

BaseModel(filepath, *args, **kwargs)

Abstract base class for Pisces-compatible physical models.