1 file changed
+1
-1
lines changed- .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
- miss_hit.cfg+2
- 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+16-24
- 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+8-10
- 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+56-25
- tests/test_transferInfoToBids.m+5-5
- tests/utils/globalTestSetUp.m+10
- tests/utils/setUp.m+2-7
- version.txt+1-1
0 commit comments