Small code base to help convert the MRI spm output to a valid bids derivatives.
This code only generates the plausible BIDS derivatives filename for given file that has been preprocessed with SPM.
Most of the renaming is based on the SPM prefixes combinations.
It is configurable to adapt to new set of prefixes.
Can be installed with :
For MATLAB
make install_devFor Octave
make install_dev_octavefile = 'wmsub-01_desc-skullstripped_T1w.nii';
[new_filename, pth, json] = spm_2_bids(file);
new_filename =
'sub-01_space-IXI549Space_desc-preproc_T1w.nii');For more see the documentation.
Citar como
Remi Gau (2025). spm_2_bids (https://github.com/cpp-lln-lab/spm_2_bids/releases/tag/v0.3.0), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
.github/workflows
src
src/defaults
src/utils
tests
tests/utils
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 0.3.0 | |||
| 0.2.0.0 | See release notes for this release on GitHub: https://github.com/cpp-lln-lab/spm_2_bids/releases/tag/v0.2.0 |
||
| 0.1.0.0 | See release notes for this release on GitHub: https://github.com/cpp-lln-lab/spm_2_bids/releases/tag/v0.1.0 |
