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

Data structure implementation #5

Closed
iredpath opened this issue Feb 27, 2015 · 2 comments
Closed

Data structure implementation #5

iredpath opened this issue Feb 27, 2015 · 2 comments

Comments

@iredpath
Copy link
Owner

As an end-user, I would like the application to store all the relevant excel data in some internal data structure. This data will then be used to populate the output file. Should have the ability to set and get data

DoD:

  • data structure implemented
  • getters/setters added for data access
@iredpath
Copy link
Owner Author

iredpath commented Mar 1, 2015

we can discuss this as a team and decide if it makes sense, but right now the writer is expecting the following function in the data structure API:
Double getVal(Config config);
where config takes the form { statistic: stat, stimulus: stim, subject: subj } (with appropriate getters).
I had a thought just now - if we have an individual cube for SM and LZ data, why do we need a media field? can't we just have the list of stimuli? I'll defer this to Teddy since he has a more thorough vision of the structure than I do, but I don't see where we'll need the media list

@iredpath
Copy link
Owner Author

iredpath commented Mar 2, 2015

we'll want a new subpackage under EDE for this code - I'd suggest calling it "data_structs"

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

2 participants