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

Better option and profile handling #36

Open
mmagnuski opened this issue Aug 27, 2014 · 1 comment
Open

Better option and profile handling #36

mmagnuski opened this issue Aug 27, 2014 · 1 comment

Comments

@mmagnuski
Copy link
Owner

Option checks should be short and simple

  • current options should be a structure
  • the structure should be then unrolled and applied with:
opts_u = struct_unroll(opt);
eegplot(EEG, opts_u{:});

Think about how to best handle profile:

  • profile should be a structure with fields containing structures regarding specific options like topopts, plotopts etc.
  • ❓ option to save to a known location with a name (+default profile)?
  • ❓ save along with ICAw (loaded to workspace)
@mmagnuski mmagnuski added this to the v 0.1 milestone Oct 27, 2014
@mmagnuski
Copy link
Owner Author

profiles, projects etc. - they may be useful but requre more thought.
Currently profile is a .mat file. But saving it to a more human-friendly format (yaml-like etc.), would be nice.
However - for the time being the profile will stay .mat

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

1 participant