ppcpy.io.loadConfigs#
Functions
Check and potentially modify polly config dict |
|
function to load the config for the time identified |
|
load the general Picasso config file |
|
- ppcpy.io.loadConfigs.loadPicassoConfig(picasso_config_file, picasso_default_config_file)[source]#
load the general Picasso config file
- Parameters:
picasso_config_file (str or path) – the specific config file
picasso_default_config_fil (str or path) – the default (template) file
- Return type:
picasso_config_dict
- ppcpy.io.loadConfigs.readPollyNetConfigLinkTable(polly_config_table_file, timestamp, device)[source]#
- ppcpy.io.loadConfigs.fix_indexing(config_dict, keys=['first_range_gate_indx', 'bgCorRangeIndx', 'bgCorRangeIndxLow', 'bgCorRangeIndxHigh', 'LCMeanMinIndx', 'LCMeanMaxIndx'])[source]#
- ppcpy.io.loadConfigs.getPollyConfigfromArray(polly_config_array, picasso_config_dict)[source]#
function to load the config for the time identified
aim is to declutter the runscript
- Parameters:
polly_config_array (pandas dataframe) – selected line form the links.xlsx
picasso_config_dict (dict) – general picasso config
- Returns:
polly_config_dict
- Return type:
dict