Skip to contents

This function creates a temporary HDF5 file with the minimal structure expected by the H5NeuroVol constructor.

Usage

create_minimal_h5_for_H5NeuroVol(dims = c(3L, 3L, 2L), file_path = NULL)

Arguments

dims

3D dimensions, e.g., c(3L, 3L, 2L).

file_path

Optional: path to HDF5 file. If NULL, a temp file is created.

Value

Path to the created HDF5 file.