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

Kernel param for apply inverse #6609

Closed
wants to merge 27 commits into from

Commits on Jul 16, 2019

  1. add full_data param to apply_inverse_epochs

    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1645de3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Configuration menu
    Copy the full SHA
    cba0585 View commit details
    Browse the repository at this point in the history
  2. Added test

    - Added test to check the full_data param
    
    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    5775bec View commit details
    Browse the repository at this point in the history
  3. Improved Tests, docstrings

    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    3e35749 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. changed param name, added fixture

    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 29, 2019
    1 Configuration menu
    Copy the full SHA
    75cace0 View commit details
    Browse the repository at this point in the history
  2. corrected bool param semantics

    -switched True/False of delayed param
    
    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    3424e24 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. improved docstring

    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    a5349a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    246fbce View commit details
    Browse the repository at this point in the history
  3. Update mne/minimum_norm/inverse.py

    Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>
    DiGyt and agramfort committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    15bfbda View commit details
    Browse the repository at this point in the history
  4. Update mne/minimum_norm/inverse.py

    Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>
    DiGyt and agramfort committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    5c6bec5 View commit details
    Browse the repository at this point in the history
  5. changed fixture name...

    ...from get_epochs to epochs
    
    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    a60e33c View commit details
    Browse the repository at this point in the history
  6. fixed docstring

    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    fd56d56 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. raise error if delayed and vector orientation

    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    4eccbba View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Delayed works for pick_ori = "vector" now

    - implemented computing of delayed for vector oris
    - changed docstring accordingly
    - enhanced tests to vector repr.
    
    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    864c20d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    acfe50a View commit details
    Browse the repository at this point in the history
  2. corrected stuff

    based on review
    
    Signed-off-by: Dirk Gütlin <dirk.guetlin@stud.sbg.ac.at>
    DiGyt committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    108bfdf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. adapted data, introduced tests

    - adapted data to refactored _make_stc
    - introduced tests for VolSourceEstimates/VectorVolEstimates
    DiGyt committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    05607e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a29730 View commit details
    Browse the repository at this point in the history
  3. rebase

    DiGyt committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    17f9d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc6e612 View commit details
    Browse the repository at this point in the history
  5. merged with master

    merged/adapted to current master
    DiGyt committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    4ace218 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    f254a95 View commit details
    Browse the repository at this point in the history
  2. fixed flake

    DiGyt committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    6950b95 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. this should work

    massich committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    e41236f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. change error message

    DiGyt committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    6bd01a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782e61f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    c3427b1 View commit details
    Browse the repository at this point in the history