Input and output for fmri data files
Makes a Nifti file out of a time_series object
Parameters : | volume: list (3-d, or 4-d) :
coords: 3*n_coords array :
time_series: a time-series object :
nifti_path: the full path to the file name which will be created : |
---|
Parameters : | nifti_files: a string or a list/tuple of strings. :
coords: ndarray or list/tuple of ndarray :
TR: float, optional :
normalize: bool, optional :
average: bool, optional whether to average the time-series across the :
filter: dict, optional :
verbose: Whether to report on ROI and file being read. : |
---|---|
Returns : | time-series object : |