sorcha_cmdline.init
Functions
|
Turns the number entered by the user at the command line into a string |
|
|
|
Module Contents
- parse_file_selection(file_select)[source]
Turns the number entered by the user at the command line into a string prompt. Also performs error handling.
- Parameters:
file_select (int) -- Integer entered by the user at command line.
- Returns:
which_configs -- String indicating which configuration files to retrieve. Should be "rubin", "demo" or "all".
- Return type:
string