At the moment we have the telescope_indices flag that controls which telescopes are included in the generation of histograms, i.e., the photons from which telescopes are included. However, as the name says, we need to pass the indices of the telescopes (0, 1, ..., etc), which is not very appropriate. Instead of it, it is much better if we could pass directly the name of the telescopes (e.g. "MST-0, MST-1, MST-2, MST-3").
To do that we could either read the telescope name from the CORSIKA IACT FILE (I will check if that is possible) or pass to the application the layout array ecsv file that was used to generate the CORSIKA IACT file (better try to avoid it).
At the moment we have the
telescope_indicesflag that controls which telescopes are included in the generation of histograms, i.e., the photons from which telescopes are included. However, as the name says, we need to pass the indices of the telescopes (0, 1, ..., etc), which is not very appropriate. Instead of it, it is much better if we could pass directly the name of the telescopes (e.g. "MST-0, MST-1, MST-2, MST-3").To do that we could either read the telescope name from the CORSIKA IACT FILE (I will check if that is possible) or pass to the application the layout array ecsv file that was used to generate the CORSIKA IACT file (better try to avoid it).