layup_copy_configs
Functions
|
Copies the example layup configuration files to a user-specified location. |
Module Contents
- copy_demo_configs(copy_location, which_configs, force_overwrite)[source]
Copies the example layup configuration files to a user-specified location.
- Parameters:
copy_location (string) – String containing the filepath of the location to which the configuration files should be copied.
which_configs (string) – String indicating which configuration files to retrieve. Should be “rubin”, “demo” or “all”.
force_overwrite (boolean) – Flag for determining whether existing files should be overwritten.
- Return type:
None