Input/Output Module#

I/O support utilities#

exception sct.io.io_support.ChannelDataPairMismatch#

Mismatch between channel data pair (raster data and corresponding metadata)

exception sct.io.io_support.InvalidChannelId#

Invalid channel number

sct.io.io_support.convert_camel2snake(text: str) str#

CamelCase to snake_case converter.

Parameters:

text (str) – CamelCase text

Returns:

snake_case text

Return type:

str