You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files should be changed to binary files (maybe gzip compression?) so they are smaller and potentially faster to read in.
It would be nice to have a generic method for reading files into matrix: readData(filename, matrix)
The text was updated successfully, but these errors were encountered:
sbs2sourcereconstruction.cpp is currently using text files in methods:
readForwardModel();
readPriorSpatialCoherence();
readPriorSpatialCoherenceInverse();
The files should be changed to binary files (maybe gzip compression?) so they are smaller and potentially faster to read in.
It would be nice to have a generic method for reading files into matrix: readData(filename, matrix)
The text was updated successfully, but these errors were encountered: