Closed melonora closed 14 hours ago
Attention: Patch coverage is 89.33333%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 91.80%. Comparing base (
62e4699
) to head (d8cd38e
). Report is 1 commits behind head on main.
🚨 Try these New Features:
Looks great! Three further minor comments:
get_channels()
to get_channel_names()
, we need to:
get_channel_names()
from get_channels()
and give a deprecation warningwrite_channel_names()
from write_metadata()
write_metadata()
to consider the channel names
Closes #750
This PR allows for either changing the channel_names by means of a static method on a image
SpatialElement
or in case of an element in theSpatialdata
object a method taking as parameter the element name.Also when channel names get written the metadata on disk is updated.