Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

[MRG] Replace 'paradigm' with 'events', 'experimental paradigm' for BIDS compliance #257

Merged
merged 5 commits into from
Oct 8, 2018

Commits on Oct 8, 2018

  1. (BIDS compliance) Replaced 'paradigm' with 'events', 'experimental pa…

    …radigm' -1
    
     - Replaced \ line continuation with parantheses.
     - Reformatted multiline ars and expressions.
     - Changed so 'events' is accessed using dict key, not obj attribute.
     - Removed paradigm_from_csv() reference in reference.rst
     (function removed previously)
    kchawla-pi committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    ef15557 View commit details
    Browse the repository at this point in the history
  2. Examples write events.tsv files, paradigm replaced by events (BIDS co…

    …mpliance)
    
     - Replaced .csv file extension for events file with .tsv .
     - In examples, generally replaced paradigm.to_csv('paradigm.csv') with
     events.to_csv('events.tsv', sep='\t', index=False).
     - Tweaked documentation language.
     - Typo correction.
    kchawla-pi committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    676c6c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bddf37 View commit details
    Browse the repository at this point in the history
  4. Fixed circleci failure, final replacement of paradigm with events

     - Renaming localizer_paradigm.csv to localizer_events.tsv caused the error.
     The file is named so on the fetch server and hence cannot be renamed here.
    kchawla-pi committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    6172638 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2026d9 View commit details
    Browse the repository at this point in the history