.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/bids_derivatives.rst
docs/reference/index.rst
src/bids_derivatives/__init__.py
src/bids_derivatives/__main__.py
src/bids_derivatives/cli.py
src/bids_derivatives.egg-info/PKG-INFO
src/bids_derivatives.egg-info/SOURCES.txt
src/bids_derivatives.egg-info/dependency_links.txt
src/bids_derivatives.egg-info/requires.txt
src/bids_derivatives.egg-info/top_level.txt
src/bids_derivatives/dataset/__init__.py
src/bids_derivatives/dataset/dataset.py
src/bids_derivatives/dataset/messages.py
src/bids_derivatives/dataset/utils.py
src/bids_derivatives/derivative/__init__.py
src/bids_derivatives/derivative/derivative.py
src/bids_derivatives/derivative/messages.py
src/bids_derivatives/utils/__init__.py
src/bids_derivatives/utils/logs.py
tests/__init__.py
tests/fixtures.py
tests/test_bids_derivatives.py
tests/test_single_derivative.py
tests/data/derivatives/qsiprep/dataset_description.json
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_desc-brain_mask.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_desc-preproc_T1w.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_dseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_from-MNI152NLin2009cAsym_to-T1w_mode-image_xfm.h5
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_from-T1w_to-MNI152NLin2009cAsym_mode-image_xfm.h5
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_label-CSF_probseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_label-GM_mask.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_label-GM_probseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_label-WM_probseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-MNI152NLin2009cAsym_desc-brain_mask.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-MNI152NLin2009cAsym_desc-preproc_T1w.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-MNI152NLin2009cAsym_dseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-MNI152NLin2009cAsym_label-CSF_probseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-MNI152NLin2009cAsym_label-GM_probseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-MNI152NLin2009cAsym_label-WM_probseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-T1w_res-T1w_label-GM_atlas-brainnetome_dseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/anat/sub-1_space-T1w_res-T1w_label-WholeBrain_atlas-brainnetome_dseg.nii.gz
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_seg_brainmask.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_carpetplot.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_coreg.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_desc-resampled_b0ref.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_desc-sdc_b0.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_dwi_denoise_ses_202101030855_dir_FWD_dwi_wf_biascorr.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_dwi_denoise_ses_202101030855_dir_FWD_dwi_wf_denoising.svg
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_ses-202101030855_dir-FWD_sampling_scheme.gif
tests/data/derivatives/qsiprep/sub-1/figures/sub-1_t1_2_mni.svg
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/anat/sub-1_ses-202101030855_ce-corrected_from-orig_to-T1w_mode-image_xfm.txt
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_confounds.tsv
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_desc-ImageQC_dwi.csv
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_desc-SliceQC_dwi.json
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_dwiqc.json
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_desc-brain_mask.nii.gz
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_desc-eddy_cnr.nii.gz
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_desc-preproc_dwi.b
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_desc-preproc_dwi.bval
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_desc-preproc_dwi.bvec
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_desc-preproc_dwi.nii.gz
tests/data/derivatives/qsiprep/sub-1/ses-202101030855/dwi/sub-1_ses-202101030855_dir-FWD_space-T1w_dwiref.nii.gz