Telescope type retrieval in config during optical throughput calculation
Summary
Currently, there are warnings during the test of optical throughput calculation, due to the lack of telescopes specification in the configuration file:
TelescopeParameter type argument 'MST_*'/'SST_1M_*' did not match any known telescope types
This issue addresses one of the problems listed in the issue #74 (closed).
What is the expected correct behavior?
No warnings regarding "unfound telescope type" during the optical throughput calculations. To achieve this, the optical throughput algorithm needs to:
- correctly read types of the telescope from the input data file
- add appropriate types of the telescope into the configuration file
- use this edited configuration file in further calculations