Commit 6dfb8f2
4 files changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
- .all-contributorsrc+10
- .github/release-drafter.yml+5
- .github/workflows/bids_validator.yml+1-1
- .github/workflows/run_tests.yml+2-2
- .gitignore+42-5
- .pre-commit-config.yaml+21-21
- .zenodo.json-35
- CITATION.cff+53
- Makefile+25
- README.md+76-99
- checkCppBidsDependencies.m+3-1
- docs/Makefile-3
- docs/README.md+2-108
- docs/cpp_bids-manual.pdf
- docs/create_manual.sh+5
- docs/installation.md-103
- docs/source/conf.py+1-1
- docs/source/contributing.rst-102
- docs/source/index.rst-1
- docs/source/utilities.rst-3
- lib/bids-matlab+1-1
- lib/utils/abspath.m-117
- lib/utils/file_utils.m-255
- runTests.m+43
- src/checkCFG.m+11-11
- src/convertSourceToRaw.m+22-13
- src/createDataDictionary.m+9-7
- src/createDatasetDescription.m+1-2
- src/createFilename.m+44-53
- src/createJson.m+4-4
- src/gui/askForGroupAndOrSession.m+2-2
- src/gui/askUserCli.m+1-2
- src/gui/askUserGui.m+1-2
- src/gui/createQuestionList.m+1-2
- src/gui/getIsQuestionToAsk.m+1-2
- src/gui/setDefaultResponses.m+1-2
- src/readAndFilterLogfile.m+2-29
- src/saveEventsFile.m+12-11
- src/userInputs.m+2-2
- src/utils/checkCppBidsDependencies.m+58
- src/utils/checkInput.m+1-2
- src/utils/createValidName.m-42
- src/utils/getFullFilename.m+1-2
- src/utils/initializeExtraColumns.m+1-2
- src/utils/isPositiveInteger.m+21-8
- src/utils/nanPadding.m+2-4
- src/utils/printCreditsCppBids.m+1-2
- src/utils/removeAllDateSuffix.m-77
- src/utils/removeDateSuffix.m-46
- src/utils/returnHeaderName.m+1-2
- src/utils/returnNamesExtraColumns.m+1-2
- src/utils/returnNbColumns.m+1-2
- src/utils/setDefaultFields.m+1-2
- src/utils/talkToMe.m+9-3
- src/utils/throwWarning.m+8-2
- src/utils/transferInfoToBids.m+3-4
- templates/.bidsignore+10-9
- templates_functions/miss_hit.cfg
- templates_functions/templateFunction.m+2-2
- templates_functions/templateFunctionExample.m+2-2
- templates_functions/test_templateTest.m
- tests/README.md-77
- tests/manualTests/test_makeRawDataset.m+135-117
- tests/miss_hit.cfg+7-2
- tests/test_checkCFG.m+28-11
- tests/test_createDataDictionary.m+4-40
- tests/test_createFilename.m+41-48
- tests/test_createJson.m+23-108
- tests/test_createValidName.m-51
- tests/test_isPositiveInteger.m+9
- tests/test_nanPadding.m+1-1
- tests/test_removeDateSuffix.m-76
- tests/test_saveEventsFileOpen.m+2-4
- tests/test_saveEventsFileSave.m+60-19
- tests/test_transferInfoToBids.m+5-5
- tests/utils/globalTestSetUp.m+10
- tests/utils/setUp.m+2-7
- version.txt+1-1
- .github/release-drafter.yml+5
- .gitignore+42
- .pre-commit-config.yaml+1-1
- .zenodo.json-37
- CITATION.cff+56
- Makefile+18
- README.md+13-59
- docs/Makefile-3
- docs/README.md+2-139
- docs/cpp_ptb-manual.pdf
- docs/create_manual.sh+5
- docs/source/conf.py+1-1
- runTests.m+36
- src/defaultCFG.m+34
- src/dot/postInitDots.m+26
- src/initPTB.m+13-23
- src/utils/setDefaults.m+1
- src/utils/setDefaultsPTB.m+19-36
- tests/miss_hit.cfg+7-2
- tests/test_setDefaultsPTB.m+39-43
- version.txt+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
| |||
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | | - | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
0 commit comments