Generates all possible telescope combinations without repetition. E.g.: “LST1_M1”, “LST2_LST4_M2”, “LST1_LST2_LST3_M1” and so on.
- Parameters:
- config
dict Yaml file with information about the telescope IDs.
- Returns:
- TEL_NAMES
dict Dictionary with telescope IDs and names.
- TEL_COMBINATIONS
dict Dictionary with all telescope combinations with no repetions.