simulate_nifti_image

bidsaid.simulate.simulate_nifti_image(img_shape)[source]

Simulates a NIfTI image with random data within the MNI152 brain template.

Parameters

img_shapetuple[int, int, int] or tuple[int, int, int, int]

Shape of the NIfTI image.

Returns

Nifti1Image

The NIfTI image.