rail.utils.catalog_utils module
- rail.utils.catalog_utils.apply(tag)
Apply a particular configuration
- Parameters:
tag (str)
- Return type:
None
- rail.utils.catalog_utils.apply_defaults(tag)
Apply a particular catalog configuraiton
- Parameters:
tag (str)
- Return type:
None
- rail.utils.catalog_utils.clear()
Clear the configurations
- Return type:
None
- rail.utils.catalog_utils.get_active_tag()
Return the currently active tag
- Return type:
CatalogTag | None
- rail.utils.catalog_utils.get_tag(tag)
Return a particular tag
- Parameters:
tag (str)
- Return type:
- rail.utils.catalog_utils.load_yaml(yaml_file)
Load catalog configurations from a yaml file
- Parameters:
yaml_file (str)
- Return type:
None