Skip to contents

This function extracts multiple data samples based on a list of voxel/index sets from a given dataset object.

Usage

get_samples(obj, vox_list)

Arguments

obj

The input dataset object, which should be an instance of a data class compatible with data sample extraction.

vox_list

A list of vectors containing voxel indices to extract from the dataset object.

Value

A list of data samples extracted from the input dataset based on the specified voxel/index sets.