Skip to content

Commit a5b503c

Browse files
kosackmaxnoe
authored andcommitted
emit only info not warning on telescope type guess
1 parent b47cada commit a5b503c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ctapipe/io/simteleventsource.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,9 @@ def prepare_subarray_info(self, telescope_descriptions, header):
637637
)
638638
except ValueError:
639639
telescope = unknown_telescope(mirror_area, n_pixels)
640-
self.log.warning(
641-
"Could not determine telescope from sim_telarray metadata,"
642-
" guessing using builtin lookup-table: %d: %s",
640+
self.log.info(
641+
"Could not determine telescope type from sim_telarray metadata,"
642+
" guessing using builtin lookup-table: tel_id %d: %s",
643643
tel_id,
644644
telescope,
645645
)

0 commit comments

Comments
 (0)