-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from Remi-Gau/remi-eeg_beh
improve support for EEG, MEG, iEEG and eyetracking data
- Loading branch information
Showing
20 changed files
with
856 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*_beh.* | ||
*_eeg.* | ||
*_ieeg.* | ||
*_meg.* | ||
|
||
# *_beh.tsv | ||
# *_eeg.edf | ||
# *_ieeg.edf | ||
# *_meg.fif | ||
|
||
# *_bold.nii.gz |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# styly guide (https://florianschanda.github.io/miss_hit/style_checker.html) | ||
line_length: 100 | ||
regex_function_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*" | ||
suppress_rule: "copyright_notice" | ||
exclude_dir: "lib" | ||
exclude_dir: "lib" | ||
|
||
# metrics limit for the code quality (https://florianschanda.github.io/miss_hit/metrics.html) | ||
metric "cnest": limit 4 | ||
metric "file_length": limit 500 | ||
metric "cyc": limit 15 | ||
metric "parameters": limit 6 |
Oops, something went wrong.