read_yaml_file¶
- lsst.ts.m2com.read_yaml_file(filepath: str | pathlib.Path) dict ¶
Read the yaml file.
- Parameters:
- filepath
str
orpathlib.PosixPath
Yaml file path.
- filepath
- Returns:
- content
dict
File content.
- content
- Raises:
IOError
Cannot open the file.