sierra.core.exproot#

Container module for functionality for managing paths used by SIERRA.

Classes#

PathSet

The set of filesystem paths under the per-experiment root that SIERRA uses.

Module Contents#

class sierra.core.exproot.PathSet(batch: sierra.core.batchroot.PathSet, exp_name: str, exp0_name: str | None = None)[source]#

The set of filesystem paths under the per-experiment root that SIERRA uses.

Collected here in the interest of DRY.