lsst.sims.ocs.utilities.file_helpers module

lsst.sims.ocs.utilities.file_helpers.expand_path(input_path)[source]

Replace ~/ and environmental variables in path.

Parameters:input_path (str) – The path to possible replace special portions.
Returns:str – The path with special portions expanded.