lightkurve.config.get_config_dir#
- lightkurve.config.get_config_dir()[source]#
Determines the package configuration directory name and creates the directory if it doesn’t exist.
This directory is typically
$HOME/.lightkurve/config
, but if the XDG_CONFIG_HOME environment variable is set and the$XDG_CONFIG_HOME/lightkurve
directory exists, it will be that directory. If neither exists, the former will be created and symlinked to the latter.- Returns
- configdirstr
The absolute path to the configuration directory.