lephare.data_manager
Classes
Module Contents
- class DataManager[source]
-
- create_new_run(descriptive_directory_name=None)[source]
Create a timestamped directory to contain the output from the current run. The newly created timestamped directory is symlinked to the path defined by the LEPHAREWORK environment variable.
- Parameters:
descriptive_directory_name (str) – A descriptive name for the new run directory. If None, the directory will be named with the current timestamp.
- Returns:
run_directory – The path to the newly created run directory.
- Return type:
str