Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading data from binary files #2

Open
h0pbeat opened this issue Dec 23, 2012 · 0 comments
Open

Loading data from binary files #2

h0pbeat opened this issue Dec 23, 2012 · 0 comments
Assignees

Comments

@h0pbeat
Copy link
Member

h0pbeat commented Dec 23, 2012

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)

@ghost ghost assigned larsgk Dec 23, 2012
@Styrke Styrke removed this from the v0.2 release milestone Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants