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

Impedance ("Z score") feature is added #165

Merged
merged 37 commits into from
Oct 5, 2023

Commits on Apr 30, 2020

  1. Impedence (Z score) feaure is added

    mariarv authored and anilbey committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e845b3f View commit details
    Browse the repository at this point in the history
  2. update of pyfeatures.py

    mariarv authored and anilbey committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e9b6499 View commit details
    Browse the repository at this point in the history
  3. update of pyfeatures.py

    mariarv authored and anilbey committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    2a402bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    560054a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from anilbey/impedance-feature

    Impedance feature PR BlueBrain#165 merged with master
    mariarv authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    cf4967f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    24a149c View commit details
    Browse the repository at this point in the history
  2. remove duplicated method

    anilbey committed May 1, 2020
    Configuration menu
    Copy the full SHA
    05d0466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0b1b91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a7208 View commit details
    Browse the repository at this point in the history
  5. style fix

    anilbey committed May 1, 2020
    Configuration menu
    Copy the full SHA
    c093770 View commit details
    Browse the repository at this point in the history
  6. added impedance test

    anilbey committed May 1, 2020
    Configuration menu
    Copy the full SHA
    e7e04f9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    9d865b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b059c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c12e13 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. refactor: rename variables

    anilbey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    d359809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d397ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8c026f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c40b92 View commit details
    Browse the repository at this point in the history
  5. remove unused variable

    anilbey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c3297c5 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary brackets

    anilbey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    3ed5f29 View commit details
    Browse the repository at this point in the history
  7. remove extra brackets

    anilbey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    bc6dc26 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Update of impedacne

    Tests for failures are included
    mariarv committed May 14, 2020
    Configuration menu
    Copy the full SHA
    ba23cef View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    ade39ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4117769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f85fd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

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

Commits on Jun 4, 2020

  1. merge master into impedance

    anilbey committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ee1be7f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

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

Commits on May 12, 2022

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

Commits on Sep 28, 2023

  1. Merge branch 'master' of https://github.com/BlueBrain/eFEL into maria…

    …-master
    
    Conflicts:
    	efel/pyfeatures/pyfeatures.py
    	tests/test_pyfeatures.py
    Jaquier Aurélien Tristan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d7c578f View commit details
    Browse the repository at this point in the history
  2. use interp_step seeting in fftfreq

    Jaquier Aurélien Tristan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e46977e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. add impedance_max_freq setting

    Jaquier Aurélien Tristan committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3317f63 View commit details
    Browse the repository at this point in the history
  2. add docs for impedance

    Jaquier Aurélien Tristan committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5253ed5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. test fix

    Jaquier Aurélien Tristan committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bcb60c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7321c4a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. improve impedance feature

    Jaquier Aurélien Tristan committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    689aefe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mariarv/eFEL into maria-m…

    …aster
    Jaquier Aurélien Tristan committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cdaec47 View commit details
    Browse the repository at this point in the history