itasc.core.paths¶
Unified path resolution for the ITASC pipeline directory layout.
Module attributes
Filename ITASC writes a position's metadata/config into. |
Functions
|
Return <root>/pos<pos:02d>. |
|
Path to a position's ITASC config file. |
- itasc.core.paths.CONFIG_NAME = 'itasc_config.json'¶
Filename ITASC writes a position’s metadata/config into.
- itasc.core.paths.position_config_path(position_dir)[source]¶
Path to a position’s ITASC config file.
Prefers the current
itasc_config.json. When it is absent but a legacycellflow_config.json(written before the rename) is present, returns the legacy path so old data keeps loading. When neither exists, returns the current name, so new writes always use it.