Improve docstring

This commit is contained in:
Roy Nieterau 2025-05-17 15:47:50 +02:00
parent 44dc1ea99e
commit 7fa192229c

View file

@ -351,7 +351,8 @@ def get_review_info_by_layer_name(channel_names):
]
This tries to find suitable outputs good for review purposes, by
searching for channel names like 'red', 'green', 'blue' or 'R', 'G', 'B',
searching for channel names like RGBA, but also XYZ, Z, N, AR, AG, AB
channels.
Args:
channel_names (list[str]): List of channel names.