Reads a space-delimited text file where each column is one stimulus and
each row is one pixel. For 128x128 images this produces a 16384-row
matrix; for 256x256 it produces a 65536-row matrix. Uses
data.table::fread() for speed.
Examples
if (FALSE) { # \dontrun{
mat <- read_noise_matrix("noise_matrix_128.txt")
dim(mat)
} # }