lightlab.util.io.paths module¶
Resolves several directories as follows. These can be overridden after import if desired.
projectDir- The git repo of the file that first imported
io
dataHome= (default)projectDir / "data"- Where all your data is saved.
fileDir= (default)dataHome- Where all the save/load functions will look. Usually this is set differently from notebook to notebook.
monitorDir= (default)projectDir / "progress-monitor"- Where html for sweep progress monitoring will be written by
ProgressWriter.
lightlabDevelopmentDir- The path to a source directory of
lightlabfor development. It is found through the “.pathtolightlab” file. This is currently unused.