Extract signals from images using specified mask.
Read the time series from the given nifti images or filepaths, using the mask.
Parameters : | niimgs: list of 4D nifti images :
mask_img: niimg :
smoothing_fwhm: float :
ensure_finite: bool :
|
---|---|
Returns : | session_series: numpy.ndarray :
|
Notes
When using smoothing, ensure_finite is set to True, as non-finite values would spread accross the image.