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

ENH: draft of mne report command #1261

Closed
wants to merge 61 commits into from
Closed

ENH: draft of mne report command #1261

wants to merge 61 commits into from

Commits on Jul 18, 2014

  1. ENH : draft of mne report command

    agramfort authored and jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    034a579 View commit details
    Browse the repository at this point in the history
  2. ENH : start to use tempita

    agramfort authored and jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    930f39c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67b7112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a950c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d38696 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e62525f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6327616 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f67f8ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f96fe6f View commit details
    Browse the repository at this point in the history
  10. ENH: Added navbar + footer + better button toggling

    + open report in a browser when generated
    + removed deprecated functions
    + link to TOC
    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    4aefecc View commit details
    Browse the repository at this point in the history
  11. ENH: Move TOC to left

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6204950 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f54b5f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5cc6f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    65dd828 View commit details
    Browse the repository at this point in the history
  15. MISC FIXES:

    1. Remove redundant function + include T1.mgz as accpetable filenames + show one view for BEM contours
    2. Remove extraneous bullets in TOC and add scrollbar
    3. finds T1.mgz only from the subjects directory
    4. Remove build_tools + specify PIL in import
    5. Sampling frequency read in from info file
    6. Fix t1 global_id
    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    8d838b8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7fb8194 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    99215e6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62c57ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    54f3688 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    16af525 View commit details
    Browse the repository at this point in the history
  21. ENH: Add plot_drop_log

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    c603690 View commit details
    Browse the repository at this point in the history
  22. ENH: Nicer TOC

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6ec78d1 View commit details
    Browse the repository at this point in the history
  23. Add tempita

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    7b95f03 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bd46203 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a9b0bb4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7e03d31 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6468cd0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    48c7380 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2b9b03f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    67a3c29 View commit details
    Browse the repository at this point in the history
  31. ENH: Add --overwrite option

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    d8a8cba View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d248da3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7ba4eb3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7b983e4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8ebef15 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4a15cfc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ab32425 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c4853b3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7cfbda1 View commit details
    Browse the repository at this point in the history
  40. Misc Fixes

    - Use plot_cov to get covariance plots
    - Fix tests
    - Make _render_eve work without sfreq
    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6819e54 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    331295a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0106d30 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    18f144d View commit details
    Browse the repository at this point in the history
  44. FIX: Misc Fixes

    FIX1: Use realpath instead of abspath
    FIX2: Do not try to render -trans.fif if subjects_dir and subject not provided
    FIX3: Pass full path for saving report. Default is self.data_path
    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    5b7bd8b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    cf86b4b View commit details
    Browse the repository at this point in the history
  46. ENH: _render_trans reloaded

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    e5171eb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    88bf05b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c0dbad7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ec3112e View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9e9f9ac View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    7af2630 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4988333 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    cdfd73c View commit details
    Browse the repository at this point in the history
  54. ENH : fix tempita for py3k

    agramfort authored and jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    98fd8c4 View commit details
    Browse the repository at this point in the history
  55. FIX : use input for py3k

    agramfort authored and jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    188f2e5 View commit details
    Browse the repository at this point in the history
  56. fix base64

    agramfort authored and jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    9227be6 View commit details
    Browse the repository at this point in the history
  57. FIX : images on py3k

    agramfort authored and jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    640859a View commit details
    Browse the repository at this point in the history
  58. FIX: add tempita to setup

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    581442f View commit details
    Browse the repository at this point in the history
  59. FIX tempita doctest errors

    jasmainak committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6d50e4b View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    f93521f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

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