get_smaps# snake.core.smaps.get_smaps(shape, n_coils, antenna='birdcage')[source]# Get sensitivity maps for a specific antenna. Parameters: shape (tuple[int, ...]) – Volume shape n_coils (int) – number of coil in the antenna antenna (str) – name of the antenna to emulate. Only “birdcage” is currently supported. dtype – return datatype for the sensitivity maps. Return type: ndarray[Any, dtype[complex64]]