tedana.utils.load_image

load_image(data)[source]

Takes input data and returns a sample x time array

Parameters:data ((X x Y x Z [x T]) array_like or img_like object) – Data array or data file to be loaded and reshaped
Returns:fdata – Reshaped data, where S is samples and T is time
Return type:(S [x T]) numpy.ndarray